/[projects]/misc/serverspy/serverspybase.h
ViewVC logotype

Annotation of /misc/serverspy/serverspybase.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 328 - (hide annotations) (download)
Wed Sep 16 20:13:41 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/plain
File size: 1221 byte(s)
Added some old code for storage/ reference


1 torben 328 /****************************************************************************
2     ** Form interface generated from reading ui file './serverspybase.ui'
3     **
4     ** Created: Thu Jul 19 18:57:14 2007
5     ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $)
6     **
7     ** WARNING! All changes made in this file will be lost!
8     ****************************************************************************/
9    
10     #ifndef SERVERSPYBASE_H
11     #define SERVERSPYBASE_H
12    
13     #include <qvariant.h>
14     #include <qwidget.h>
15    
16     class QVBoxLayout;
17     class QHBoxLayout;
18     class QGridLayout;
19     class QSpacerItem;
20     class QLabel;
21     class QLineEdit;
22     class QPushButton;
23    
24     class ServerspyBase : public QWidget
25     {
26     Q_OBJECT
27    
28     public:
29     ServerspyBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
30     ~ServerspyBase();
31    
32     QLabel* textLabel1;
33     QLineEdit* m_address;
34     QLabel* m_output;
35     QLabel* m_ip;
36     QLabel* m_hostname;
37     QPushButton* m_find;
38     QPushButton* m_quit;
39    
40     public slots:
41     virtual void findServer();
42    
43     protected:
44     QVBoxLayout* ServerspyBaseLayout;
45     QHBoxLayout* layout2;
46     QHBoxLayout* layout1;
47     QSpacerItem* spacer1;
48    
49     protected slots:
50     virtual void languageChange();
51    
52     };
53    
54     #endif // SERVERSPYBASE_H

  ViewVC Help
Powered by ViewVC 1.1.20