diff options
Diffstat (limited to 'parts/filecreate/file-templates/ui-dialog-qt4')
-rw-r--r-- | parts/filecreate/file-templates/ui-dialog-qt4 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/parts/filecreate/file-templates/ui-dialog-qt4 b/parts/filecreate/file-templates/ui-dialog-qt4 new file mode 100644 index 00000000..d35cb285 --- /dev/null +++ b/parts/filecreate/file-templates/ui-dialog-qt4 @@ -0,0 +1,22 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>Dialog</class> + <widget class="QDialog" name="Dialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle" > + <string>Dialog</string> + </property> + </widget> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |