aboutsummaryrefslogtreecommitdiff
path: root/tools/CurveEditor/source/Internal/UI/AppWidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CurveEditor/source/Internal/UI/AppWidget.ui')
-rw-r--r--tools/CurveEditor/source/Internal/UI/AppWidget.ui33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/CurveEditor/source/Internal/UI/AppWidget.ui b/tools/CurveEditor/source/Internal/UI/AppWidget.ui
new file mode 100644
index 0000000..94c678a
--- /dev/null
+++ b/tools/CurveEditor/source/Internal/UI/AppWidget.ui
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>AppWidget</class>
+ <widget class="QWidget" name="AppWidget">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>400</width>
+ <height>300</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>AppWidget</string>
+ </property>
+ <widget class="QPushButton" name="btnCurveEditor">
+ <property name="geometry">
+ <rect>
+ <x>160</x>
+ <y>120</y>
+ <width>75</width>
+ <height>23</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Curve Editor</string>
+ </property>
+ </widget>
+ </widget>
+ <layoutdefault spacing="6" margin="11"/>
+ <resources/>
+ <connections/>
+</ui>