aboutsummaryrefslogtreecommitdiff
path: root/src/gatscon/mainwnd.ui
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-05-17 13:24:19 +0000
committerMike Buland <eichlan@xagasoft.com>2011-05-17 13:24:19 +0000
commitd269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639 (patch)
tree8fa45d8c6dd61e3949ecf1727c6facb78bfe5305 /src/gatscon/mainwnd.ui
parent6aefa6632023c99c5b91bae0e099df94fa69d890 (diff)
downloadlibgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.gz
libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.bz2
libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.xz
libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.zip
GatsCon can read files now, but it can't save them, or edit them yet. That'll
be coming eventually.
Diffstat (limited to 'src/gatscon/mainwnd.ui')
-rw-r--r--src/gatscon/mainwnd.ui31
1 files changed, 28 insertions, 3 deletions
diff --git a/src/gatscon/mainwnd.ui b/src/gatscon/mainwnd.ui
index e080dd3..dbf5e11 100644
--- a/src/gatscon/mainwnd.ui
+++ b/src/gatscon/mainwnd.ui
@@ -28,6 +28,11 @@
28 <string>&amp;File</string> 28 <string>&amp;File</string>
29 </property> 29 </property>
30 <addaction name="action_Open_gats_file"/> 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"/>
31 </widget> 36 </widget>
32 <widget class="QMenu" name="menu_Network"> 37 <widget class="QMenu" name="menu_Network">
33 <property name="title"> 38 <property name="title">
@@ -52,7 +57,27 @@
52 </action> 57 </action>
53 <action name="action_Open_gats_file"> 58 <action name="action_Open_gats_file">
54 <property name="text"> 59 <property name="text">
55 <string>&amp;Open gats file...</string> 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>
56 </property> 81 </property>
57 </action> 82 </action>
58 </widget> 83 </widget>
@@ -65,8 +90,8 @@
65 <slot>connect()</slot> 90 <slot>connect()</slot>
66 <hints> 91 <hints>
67 <hint type="sourcelabel"> 92 <hint type="sourcelabel">
68 <x>215</x> 93 <x>-1</x>
69 <y>159</y> 94 <y>-1</y>
70 </hint> 95 </hint>
71 <hint type="destinationlabel"> 96 <hint type="destinationlabel">
72 <x>215</x> 97 <x>215</x>