Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui

changeset 0
de9c2efb9d02
child 5508
30626def80dc
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>EricapiExecDialog</class>
3 <widget class="QDialog" name="EricapiExecDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>753</width>
9 <height>602</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Ericapi</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" name="verticalLayout_3" >
19 <item>
20 <widget class="QGroupBox" name="messagesGroup" >
21 <property name="sizePolicy" >
22 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
23 <horstretch>0</horstretch>
24 <verstretch>3</verstretch>
25 </sizepolicy>
26 </property>
27 <property name="title" >
28 <string>Messages</string>
29 </property>
30 <layout class="QVBoxLayout" name="verticalLayout" >
31 <item>
32 <widget class="QTextBrowser" name="contents" >
33 <property name="sizePolicy" >
34 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
35 <horstretch>0</horstretch>
36 <verstretch>3</verstretch>
37 </sizepolicy>
38 </property>
39 <property name="whatsThis" >
40 <string>&lt;b>Ericapi Execution&lt;/b>
41 &lt;p>This shows the output of the Ericapi generator command.&lt;/p></string>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </widget>
47 </item>
48 <item>
49 <widget class="QGroupBox" name="errorGroup" >
50 <property name="sizePolicy" >
51 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
52 <horstretch>0</horstretch>
53 <verstretch>1</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="title" >
57 <string>Errors</string>
58 </property>
59 <layout class="QVBoxLayout" name="verticalLayout_2" >
60 <item>
61 <widget class="QTextBrowser" name="errors" >
62 <property name="sizePolicy" >
63 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
64 <horstretch>0</horstretch>
65 <verstretch>1</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="whatsThis" >
69 <string>&lt;b>Ericapi Execution&lt;/b>
70 &lt;p>This shows the errors of the Ericapi generator command.&lt;/p></string>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </item>
77 <item>
78 <widget class="QDialogButtonBox" name="buttonBox" >
79 <property name="orientation" >
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons" >
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <layoutdefault spacing="6" margin="11" />
90 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
91 <tabstops>
92 <tabstop>contents</tabstop>
93 <tabstop>errors</tabstop>
94 <tabstop>buttonBox</tabstop>
95 </tabstops>
96 <resources/>
97 <connections/>
98 </ui>

eric ide

mercurial