diff options
Diffstat (limited to 'bin/designer/templates/Widget.ui')
-rw-r--r-- | bin/designer/templates/Widget.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/designer/templates/Widget.ui b/bin/designer/templates/Widget.ui new file mode 100644 index 0000000000..d03fae3871 --- /dev/null +++ b/bin/designer/templates/Widget.ui @@ -0,0 +1,24 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>Form</class> + <widget class="QWidget" name="Form" > + <property name="objectName" > + <string notr="true" >Form</string> + </property> + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>Form</string> + </property> + </widget> + <pixmapfunction></pixmapfunction> + <connections/> +</ui> |