source: trunk/examples/painting/fontsampler/mainwindowbase.ui@ 117

Last change on this file since 117 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 3.5 KB
Line 
1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>MainWindowBase</class>
6 <widget class="QMainWindow" name="MainWindowBase" >
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>800</width>
12 <height>345</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>Font Sampler</string>
17 </property>
18 <widget class="QWidget" name="centralwidget" >
19 <layout class="QVBoxLayout" >
20 <property name="margin" >
21 <number>9</number>
22 </property>
23 <property name="spacing" >
24 <number>6</number>
25 </property>
26 <item>
27 <widget class="QTextEdit" name="textEdit" />
28 </item>
29 </layout>
30 </widget>
31 <widget class="QMenuBar" name="menubar" >
32 <property name="geometry" >
33 <rect>
34 <x>0</x>
35 <y>0</y>
36 <width>800</width>
37 <height>24</height>
38 </rect>
39 </property>
40 <widget class="QMenu" name="menu_Selection" >
41 <property name="title" >
42 <string>&amp;Selection</string>
43 </property>
44 <addaction name="markAction" />
45 <addaction name="unmarkAction" />
46 <addaction name="clearAction" />
47 </widget>
48 <widget class="QMenu" name="menu_File" >
49 <property name="title" >
50 <string>&amp;File</string>
51 </property>
52 <addaction name="printPreviewAction" />
53 <addaction name="printAction" />
54 <addaction name="quitAction" />
55 </widget>
56 <addaction name="menu_File" />
57 <addaction name="menu_Selection" />
58 </widget>
59 <widget class="QStatusBar" name="statusbar" />
60 <widget class="QDockWidget" name="dockWidget" >
61 <property name="features" >
62 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
63 </property>
64 <property name="windowTitle" >
65 <string>Available Fonts</string>
66 </property>
67 <attribute name="dockWidgetArea" >
68 <number>1</number>
69 </attribute>
70 <widget class="QWidget" name="dockWidgetContents" >
71 <layout class="QVBoxLayout" >
72 <property name="margin" >
73 <number>9</number>
74 </property>
75 <property name="spacing" >
76 <number>6</number>
77 </property>
78 <item>
79 <widget class="QTreeWidget" name="fontTree" >
80 <property name="selectionMode" >
81 <enum>QAbstractItemView::ExtendedSelection</enum>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </widget>
88 <action name="printAction" >
89 <property name="enabled" >
90 <bool>false</bool>
91 </property>
92 <property name="text" >
93 <string>&amp;Print...</string>
94 </property>
95 <property name="shortcut" >
96 <string>Ctrl+P</string>
97 </property>
98 </action>
99 <action name="quitAction" >
100 <property name="text" >
101 <string>E&amp;xit</string>
102 </property>
103 <property name="shortcut" >
104 <string>Ctrl+Q</string>
105 </property>
106 </action>
107 <action name="markAction" >
108 <property name="text" >
109 <string>&amp;Mark</string>
110 </property>
111 <property name="shortcut" >
112 <string>Ctrl+M</string>
113 </property>
114 </action>
115 <action name="unmarkAction" >
116 <property name="text" >
117 <string>&amp;Unmark</string>
118 </property>
119 <property name="shortcut" >
120 <string>Ctrl+U</string>
121 </property>
122 </action>
123 <action name="clearAction" >
124 <property name="text" >
125 <string>&amp;Clear</string>
126 </property>
127 </action>
128 <action name="printPreviewAction" >
129 <property name="enabled" >
130 <bool>false</bool>
131 </property>
132 <property name="text" >
133 <string>Print Preview...</string>
134 </property>
135 </action>
136 </widget>
137 <pixmapfunction></pixmapfunction>
138 <resources/>
139 <connections/>
140</ui>
Note: See TracBrowser for help on using the repository browser.