aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon/mainwnd.ui
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/gatscon/mainwnd.ui')
-rw-r--r--c++-libbu++/src/gatscon/mainwnd.ui207
1 files changed, 207 insertions, 0 deletions
diff --git a/c++-libbu++/src/gatscon/mainwnd.ui b/c++-libbu++/src/gatscon/mainwnd.ui
new file mode 100644
index 0000000..01f534a
--- /dev/null
+++ b/c++-libbu++/src/gatscon/mainwnd.ui
@@ -0,0 +1,207 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWnd</class>
4 <widget class="QMainWindow" name="MainWnd">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>431</width>
10 <height>319</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Gats Console</string>
15 </property>
16 <widget class="QWidget" name="centralwidget"/>
17 <widget class="QMenuBar" name="menubar">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>431</width>
23 <height>21</height>
24 </rect>
25 </property>
26 <widget class="QMenu" name="menu_File">
27 <property name="title">
28 <string>&amp;File</string>
29 </property>
30 <addaction name="action_Open_gats_file"/>
31 <addaction name="action_New_Gats_File"/>
32 <addaction name="action_Save"/>
33 <addaction name="action_Save_As"/>
34 <addaction name="separator"/>
35 <addaction name="actionE_xit"/>
36 </widget>
37 <widget class="QMenu" name="menu_Network">
38 <property name="title">
39 <string>&amp;Network</string>
40 </property>
41 <addaction name="action_Open_connection"/>
42 <addaction name="action_Open_proxy_connection"/>
43 </widget>
44 <addaction name="menu_File"/>
45 <addaction name="menu_Network"/>
46 </widget>
47 <widget class="QStatusBar" name="statusbar"/>
48 <action name="action_Open_connection">
49 <property name="text">
50 <string>&amp;Open connection...</string>
51 </property>
52 </action>
53 <action name="action_Open_proxy_connection">
54 <property name="text">
55 <string>&amp;Start proxy...</string>
56 </property>
57 </action>
58 <action name="action_Open_gats_file">
59 <property name="text">
60 <string>&amp;Open Gats File...</string>
61 </property>
62 </action>
63 <action name="action_New_Gats_File">
64 <property name="text">
65 <string>&amp;New Gats File</string>
66 </property>
67 </action>
68 <action name="action_Save">
69 <property name="text">
70 <string>&amp;Save</string>
71 </property>
72 </action>
73 <action name="action_Save_As">
74 <property name="text">
75 <string>&amp;Save As...</string>
76 </property>
77 </action>
78 <action name="actionE_xit">
79 <property name="text">
80 <string>E&amp;xit</string>
81 </property>
82 </action>
83 </widget>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>action_Open_connection</sender>
88 <signal>triggered()</signal>
89 <receiver>MainWnd</receiver>
90 <slot>connect()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>-1</x>
94 <y>-1</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>215</x>
98 <y>159</y>
99 </hint>
100 </hints>
101 </connection>
102 <connection>
103 <sender>action_Open_proxy_connection</sender>
104 <signal>triggered()</signal>
105 <receiver>MainWnd</receiver>
106 <slot>proxy()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>-1</x>
110 <y>-1</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>215</x>
114 <y>159</y>
115 </hint>
116 </hints>
117 </connection>
118 <connection>
119 <sender>action_Open_gats_file</sender>
120 <signal>triggered()</signal>
121 <receiver>MainWnd</receiver>
122 <slot>open()</slot>
123 <hints>
124 <hint type="sourcelabel">
125 <x>-1</x>
126 <y>-1</y>
127 </hint>
128 <hint type="destinationlabel">
129 <x>215</x>
130 <y>159</y>
131 </hint>
132 </hints>
133 </connection>
134 <connection>
135 <sender>actionE_xit</sender>
136 <signal>triggered()</signal>
137 <receiver>MainWnd</receiver>
138 <slot>close()</slot>
139 <hints>
140 <hint type="sourcelabel">
141 <x>-1</x>
142 <y>-1</y>
143 </hint>
144 <hint type="destinationlabel">
145 <x>215</x>
146 <y>159</y>
147 </hint>
148 </hints>
149 </connection>
150 <connection>
151 <sender>action_New_Gats_File</sender>
152 <signal>triggered()</signal>
153 <receiver>MainWnd</receiver>
154 <slot>newFile()</slot>
155 <hints>
156 <hint type="sourcelabel">
157 <x>-1</x>
158 <y>-1</y>
159 </hint>
160 <hint type="destinationlabel">
161 <x>215</x>
162 <y>159</y>
163 </hint>
164 </hints>
165 </connection>
166 <connection>
167 <sender>action_Save</sender>
168 <signal>triggered()</signal>
169 <receiver>MainWnd</receiver>
170 <slot>save()</slot>
171 <hints>
172 <hint type="sourcelabel">
173 <x>-1</x>
174 <y>-1</y>
175 </hint>
176 <hint type="destinationlabel">
177 <x>215</x>
178 <y>159</y>
179 </hint>
180 </hints>
181 </connection>
182 <connection>
183 <sender>action_Save_As</sender>
184 <signal>triggered()</signal>
185 <receiver>MainWnd</receiver>
186 <slot>saveAs()</slot>
187 <hints>
188 <hint type="sourcelabel">
189 <x>-1</x>
190 <y>-1</y>
191 </hint>
192 <hint type="destinationlabel">
193 <x>215</x>
194 <y>159</y>
195 </hint>
196 </hints>
197 </connection>
198 </connections>
199 <slots>
200 <slot>connect()</slot>
201 <slot>proxy()</slot>
202 <slot>open()</slot>
203 <slot>save()</slot>
204 <slot>saveAs()</slot>
205 <slot>newFile()</slot>
206 </slots>
207</ui>