diff options
Diffstat (limited to 'tools/CurveEditor/source/Internal/UI/AppWidget.ui')
| -rw-r--r-- | tools/CurveEditor/source/Internal/UI/AppWidget.ui | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/tools/CurveEditor/source/Internal/UI/AppWidget.ui b/tools/CurveEditor/source/Internal/UI/AppWidget.ui deleted file mode 100644 index 94c678a..0000000 --- a/tools/CurveEditor/source/Internal/UI/AppWidget.ui +++ /dev/null @@ -1,33 +0,0 @@ -<?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> |