diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 01:24:51 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 01:24:51 +0000 |
commit | efcbdb7a0347b4399cbabacf3cbea432eeafb17b (patch) | |
tree | d468a9d8e129cba0cef68a09421c0e21c720ede6 /src/gatscon/clientwidget.ui | |
parent | 02c60c6720f41bcfc367d02ae4c655b651642991 (diff) | |
download | libgats-efcbdb7a0347b4399cbabacf3cbea432eeafb17b.tar.gz libgats-efcbdb7a0347b4399cbabacf3cbea432eeafb17b.tar.bz2 libgats-efcbdb7a0347b4399cbabacf3cbea432eeafb17b.tar.xz libgats-efcbdb7a0347b4399cbabacf3cbea432eeafb17b.zip |
Gats::Object now has a strToGats function, it's pretty slick, it takes a string
and produces a fully formed gats tree. Also, gatscon now can interact with
a server directly.
Diffstat (limited to 'src/gatscon/clientwidget.ui')
-rw-r--r-- | src/gatscon/clientwidget.ui | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/src/gatscon/clientwidget.ui b/src/gatscon/clientwidget.ui index 9761401..a0cb997 100644 --- a/src/gatscon/clientwidget.ui +++ b/src/gatscon/clientwidget.ui | |||
@@ -6,8 +6,8 @@ | |||
6 | <rect> | 6 | <rect> |
7 | <x>0</x> | 7 | <x>0</x> |
8 | <y>0</y> | 8 | <y>0</y> |
9 | <width>364</width> | 9 | <width>363</width> |
10 | <height>289</height> | 10 | <height>291</height> |
11 | </rect> | 11 | </rect> |
12 | </property> | 12 | </property> |
13 | <property name="windowTitle"> | 13 | <property name="windowTitle"> |
@@ -23,6 +23,11 @@ | |||
23 | </column> | 23 | </column> |
24 | <column> | 24 | <column> |
25 | <property name="text"> | 25 | <property name="text"> |
26 | <string>Type</string> | ||
27 | </property> | ||
28 | </column> | ||
29 | <column> | ||
30 | <property name="text"> | ||
26 | <string>Value</string> | 31 | <string>Value</string> |
27 | </property> | 32 | </property> |
28 | </column> | 33 | </column> |
@@ -38,7 +43,7 @@ | |||
38 | </widget> | 43 | </widget> |
39 | </item> | 44 | </item> |
40 | <item> | 45 | <item> |
41 | <widget class="QLineEdit" name="lineEdit"/> | 46 | <widget class="QLineEdit" name="leGats"/> |
42 | </item> | 47 | </item> |
43 | <item> | 48 | <item> |
44 | <widget class="QPushButton" name="pushButton"> | 49 | <widget class="QPushButton" name="pushButton"> |
@@ -58,5 +63,25 @@ | |||
58 | </layout> | 63 | </layout> |
59 | </widget> | 64 | </widget> |
60 | <resources/> | 65 | <resources/> |
61 | <connections/> | 66 | <connections> |
67 | <connection> | ||
68 | <sender>pushButton</sender> | ||
69 | <signal>clicked()</signal> | ||
70 | <receiver>ClientWidget</receiver> | ||
71 | <slot>send()</slot> | ||
72 | <hints> | ||
73 | <hint type="sourcelabel"> | ||
74 | <x>332</x> | ||
75 | <y>276</y> | ||
76 | </hint> | ||
77 | <hint type="destinationlabel"> | ||
78 | <x>322</x> | ||
79 | <y>367</y> | ||
80 | </hint> | ||
81 | </hints> | ||
82 | </connection> | ||
83 | </connections> | ||
84 | <slots> | ||
85 | <slot>send()</slot> | ||
86 | </slots> | ||
62 | </ui> | 87 | </ui> |