diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /doc/src/diagrams/designer-mainwindow-actions.ui | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'doc/src/diagrams/designer-mainwindow-actions.ui')
-rw-r--r-- | doc/src/diagrams/designer-mainwindow-actions.ui | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/doc/src/diagrams/designer-mainwindow-actions.ui b/doc/src/diagrams/designer-mainwindow-actions.ui new file mode 100644 index 0000000..593a2de --- /dev/null +++ b/doc/src/diagrams/designer-mainwindow-actions.ui @@ -0,0 +1,88 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>497</width> + <height>347</height> + </rect> + </property> + <property name="windowTitle" > + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralWidget" > + <layout class="QVBoxLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + </layout> + </widget> + <widget class="QMenuBar" name="menuBar" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>497</width> + <height>29</height> + </rect> + </property> + <widget class="QMenu" name="menu_Badger" > + <property name="title" > + <string>&Badger</string> + </property> + </widget> + <widget class="QMenu" name="menu_Hippo" > + <property name="tearOffEnabled" > + <bool>true</bool> + </property> + <property name="title" > + <string>&Hippo</string> + </property> + </widget> + <widget class="QMenu" name="menu_File" > + <property name="title" > + <string>&File...</string> + </property> + </widget> + <addaction name="menu_File" /> + </widget> + <widget class="QToolBar" name="mainToolBar" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <attribute name="toolBarArea" > + <number>4</number> + </attribute> + <addaction name="action_Open" /> + </widget> + <widget class="QStatusBar" name="statusBar" > + <property name="geometry" > + <rect> + <x>0</x> + <y>325</y> + <width>497</width> + <height>22</height> + </rect> + </property> + </widget> + <action name="action_Open" > + <property name="icon" > + <iconset>../../../examples/mainwindows/application/images/open.png</iconset> + </property> + <property name="text" > + <string>&Open...</string> + </property> + </action> + </widget> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |