Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win.ui
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2011-07-02 08:59:50 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-07-02 08:59:50 +0400
commit98c43eee6a09ab9f18c44d648b5a5b2d1c3adb61 (patch)
tree7068b464ce367701922f7938e08b020230269963 /win.ui
Initial commit.
Damn painful import from Torch5.... So much has changed :-(
Diffstat (limited to 'win.ui')
-rw-r--r--win.ui40
1 files changed, 40 insertions, 0 deletions
diff --git a/win.ui b/win.ui
new file mode 100644
index 0000000..a2dfdc5
--- /dev/null
+++ b/win.ui
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Display</class>
+ <widget class="QWidget" name="Display">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>640</width>
+ <height>480</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QFrame" name="frame">
+ <property name="sizeIncrement">
+ <size>
+ <width>10</width>
+ <height>10</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Raised</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>