1 | <ui version="4.0" >
|
---|
2 | <class>ErrorDialog</class>
|
---|
3 | <widget class="QDialog" name="ErrorDialog" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>435</width>
|
---|
9 | <height>338</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>MPlayer Error</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="margin" >
|
---|
17 | <number>9</number>
|
---|
18 | </property>
|
---|
19 | <property name="spacing" >
|
---|
20 | <number>6</number>
|
---|
21 | </property>
|
---|
22 | <item>
|
---|
23 | <layout class="QHBoxLayout" >
|
---|
24 | <property name="margin" >
|
---|
25 | <number>0</number>
|
---|
26 | </property>
|
---|
27 | <property name="spacing" >
|
---|
28 | <number>6</number>
|
---|
29 | </property>
|
---|
30 | <item>
|
---|
31 | <layout class="QVBoxLayout" >
|
---|
32 | <property name="margin" >
|
---|
33 | <number>0</number>
|
---|
34 | </property>
|
---|
35 | <property name="spacing" >
|
---|
36 | <number>6</number>
|
---|
37 | </property>
|
---|
38 | <item>
|
---|
39 | <widget class="QLabel" name="icon" >
|
---|
40 | <property name="text" >
|
---|
41 | <string>icon</string>
|
---|
42 | </property>
|
---|
43 | <property name="alignment" >
|
---|
44 | <set>Qt::AlignCenter</set>
|
---|
45 | </property>
|
---|
46 | </widget>
|
---|
47 | </item>
|
---|
48 | </layout>
|
---|
49 | </item>
|
---|
50 | <item>
|
---|
51 | <widget class="QLabel" name="text" >
|
---|
52 | <property name="sizePolicy" >
|
---|
53 | <sizepolicy>
|
---|
54 | <hsizetype>7</hsizetype>
|
---|
55 | <vsizetype>5</vsizetype>
|
---|
56 | <horstretch>0</horstretch>
|
---|
57 | <verstretch>0</verstretch>
|
---|
58 | </sizepolicy>
|
---|
59 | </property>
|
---|
60 | <property name="minimumSize" >
|
---|
61 | <size>
|
---|
62 | <width>400</width>
|
---|
63 | <height>0</height>
|
---|
64 | </size>
|
---|
65 | </property>
|
---|
66 | <property name="text" >
|
---|
67 | <string>Error</string>
|
---|
68 | </property>
|
---|
69 | <property name="wordWrap" >
|
---|
70 | <bool>true</bool>
|
---|
71 | </property>
|
---|
72 | </widget>
|
---|
73 | </item>
|
---|
74 | </layout>
|
---|
75 | </item>
|
---|
76 | <item>
|
---|
77 | <layout class="QHBoxLayout" >
|
---|
78 | <property name="margin" >
|
---|
79 | <number>0</number>
|
---|
80 | </property>
|
---|
81 | <property name="spacing" >
|
---|
82 | <number>6</number>
|
---|
83 | </property>
|
---|
84 | <item>
|
---|
85 | <widget class="QPushButton" name="viewlog_button" >
|
---|
86 | <property name="text" >
|
---|
87 | <string>Show log</string>
|
---|
88 | </property>
|
---|
89 | <property name="checkable" >
|
---|
90 | <bool>true</bool>
|
---|
91 | </property>
|
---|
92 | </widget>
|
---|
93 | </item>
|
---|
94 | <item>
|
---|
95 | <spacer>
|
---|
96 | <property name="orientation" >
|
---|
97 | <enum>Qt::Horizontal</enum>
|
---|
98 | </property>
|
---|
99 | <property name="sizeHint" >
|
---|
100 | <size>
|
---|
101 | <width>40</width>
|
---|
102 | <height>20</height>
|
---|
103 | </size>
|
---|
104 | </property>
|
---|
105 | </spacer>
|
---|
106 | </item>
|
---|
107 | <item>
|
---|
108 | <widget class="QDialogButtonBox" name="button_box" >
|
---|
109 | <property name="orientation" >
|
---|
110 | <enum>Qt::Horizontal</enum>
|
---|
111 | </property>
|
---|
112 | <property name="standardButtons" >
|
---|
113 | <set>QDialogButtonBox::Ok</set>
|
---|
114 | </property>
|
---|
115 | </widget>
|
---|
116 | </item>
|
---|
117 | </layout>
|
---|
118 | </item>
|
---|
119 | <item>
|
---|
120 | <widget class="QTextEdit" name="log" >
|
---|
121 | <property name="readOnly" >
|
---|
122 | <bool>true</bool>
|
---|
123 | </property>
|
---|
124 | </widget>
|
---|
125 | </item>
|
---|
126 | </layout>
|
---|
127 | </widget>
|
---|
128 | <resources/>
|
---|
129 | <connections>
|
---|
130 | <connection>
|
---|
131 | <sender>button_box</sender>
|
---|
132 | <signal>accepted()</signal>
|
---|
133 | <receiver>ErrorDialog</receiver>
|
---|
134 | <slot>accept()</slot>
|
---|
135 | <hints>
|
---|
136 | <hint type="sourcelabel" >
|
---|
137 | <x>248</x>
|
---|
138 | <y>254</y>
|
---|
139 | </hint>
|
---|
140 | <hint type="destinationlabel" >
|
---|
141 | <x>157</x>
|
---|
142 | <y>274</y>
|
---|
143 | </hint>
|
---|
144 | </hints>
|
---|
145 | </connection>
|
---|
146 | <connection>
|
---|
147 | <sender>button_box</sender>
|
---|
148 | <signal>rejected()</signal>
|
---|
149 | <receiver>ErrorDialog</receiver>
|
---|
150 | <slot>reject()</slot>
|
---|
151 | <hints>
|
---|
152 | <hint type="sourcelabel" >
|
---|
153 | <x>316</x>
|
---|
154 | <y>260</y>
|
---|
155 | </hint>
|
---|
156 | <hint type="destinationlabel" >
|
---|
157 | <x>286</x>
|
---|
158 | <y>274</y>
|
---|
159 | </hint>
|
---|
160 | </hints>
|
---|
161 | </connection>
|
---|
162 | </connections>
|
---|
163 | </ui>
|
---|