diff options
| author | Niklas | 2011-07-06 16:56:16 +0200 |
|---|---|---|
| committer | Niklas | 2011-07-06 16:56:16 +0200 |
| commit | e71f5ac6630686f3bd92817b401ed8d88e121f6d (patch) | |
| tree | 13f6a33a630f61aa0b259c0b302b8ae203058bc0 /workspace/LogReceiver/logreceiver.ui | |
| parent | new funtions for the networkDiscovery class. (diff) | |
| download | fbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.tar.gz fbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.tar.xz fbgui-e71f5ac6630686f3bd92817b401ed8d88e121f6d.zip | |
added the two tryout with a qt LogReceiver and a c code client
Diffstat (limited to 'workspace/LogReceiver/logreceiver.ui')
| -rw-r--r-- | workspace/LogReceiver/logreceiver.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/workspace/LogReceiver/logreceiver.ui b/workspace/LogReceiver/logreceiver.ui new file mode 100644 index 0000000..9143194 --- /dev/null +++ b/workspace/LogReceiver/logreceiver.ui @@ -0,0 +1,19 @@ +<ui version="4.0" > + <class>LogReceiverClass</class> + <widget class="QWidget" name="LogReceiverClass" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>LogReceiver</string> + </property> + </widget> + <layoutdefault spacing="6" margin="11" /> + <resources/> + <connections/> +</ui> |
