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

Annotation of /misc/serverspy/serverspybase.ui

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 size: 4459 byte(s)
Added some old code for storage/ reference


1 torben 328 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2     <class>ServerspyBase</class>
3     <widget class="QWidget">
4     <property name="name">
5     <cstring>ServerspyBase</cstring>
6     </property>
7     <property name="geometry">
8     <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>310</width>
12     <height>144</height>
13     </rect>
14     </property>
15     <property name="caption">
16     <string>ServerSpy</string>
17     </property>
18     <vbox>
19     <property name="name">
20     <cstring>unnamed</cstring>
21     </property>
22     <widget class="QLayoutWidget">
23     <property name="name">
24     <cstring>layout2</cstring>
25     </property>
26     <hbox>
27     <property name="name">
28     <cstring>unnamed</cstring>
29     </property>
30     <widget class="QLabel">
31     <property name="name">
32     <cstring>textLabel1</cstring>
33     </property>
34     <property name="text">
35     <string>Server address:</string>
36     </property>
37     </widget>
38     <widget class="QLineEdit">
39     <property name="name">
40     <cstring>m_address</cstring>
41     </property>
42     </widget>
43     </hbox>
44     </widget>
45     <widget class="QLabel">
46     <property name="name">
47     <cstring>m_output</cstring>
48     </property>
49     <property name="text">
50     <string>Response:</string>
51     </property>
52     </widget>
53     <widget class="QLabel">
54     <property name="name">
55     <cstring>m_ip</cstring>
56     </property>
57     <property name="text">
58     <string>IP-address:</string>
59     </property>
60     </widget>
61     <widget class="QLabel">
62     <property name="name">
63     <cstring>m_hostname</cstring>
64     </property>
65     <property name="text">
66     <string>Orig. hostname</string>
67     </property>
68     </widget>
69     <widget class="QLayoutWidget">
70     <property name="name">
71     <cstring>layout1</cstring>
72     </property>
73     <hbox>
74     <property name="name">
75     <cstring>unnamed</cstring>
76     </property>
77     <spacer>
78     <property name="name">
79     <cstring>spacer1</cstring>
80     </property>
81     <property name="orientation">
82     <enum>Horizontal</enum>
83     </property>
84     <property name="sizeType">
85     <enum>Expanding</enum>
86     </property>
87     <property name="sizeHint">
88     <size>
89     <width>111</width>
90     <height>20</height>
91     </size>
92     </property>
93     </spacer>
94     <widget class="QPushButton">
95     <property name="name">
96     <cstring>m_find</cstring>
97     </property>
98     <property name="text">
99     <string>Find</string>
100     </property>
101     </widget>
102     <widget class="QPushButton">
103     <property name="name">
104     <cstring>m_quit</cstring>
105     </property>
106     <property name="text">
107     <string>Quit</string>
108     </property>
109     </widget>
110     </hbox>
111     </widget>
112     </vbox>
113     </widget>
114     <connections>
115     <connection>
116     <sender>m_find</sender>
117     <signal>clicked()</signal>
118     <receiver>ServerspyBase</receiver>
119     <slot>findServer()</slot>
120     </connection>
121     <connection>
122     <sender>m_quit</sender>
123     <signal>clicked()</signal>
124     <receiver>ServerspyBase</receiver>
125     <slot>close()</slot>
126     </connection>
127     <connection>
128     <sender>m_address</sender>
129     <signal>returnPressed()</signal>
130     <receiver>ServerspyBase</receiver>
131     <slot>findServer()</slot>
132     </connection>
133     </connections>
134     <slots>
135     <slot>findServer()</slot>
136     </slots>
137     <layoutdefaults spacing="6" margin="11"/>
138     </UI>

  ViewVC Help
Powered by ViewVC 1.1.20