Fix doc path
[opentx.git] / companion / src / comparedialog.ui
blobb05e6075e3de787b4974637f73b7a4d8d5170cd7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CompareDialog</class>
4 <widget class="QDialog" name="CompareDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>580</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>780</width>
22 <height>0</height>
23 </size>
24 </property>
25 <property name="acceptDrops">
26 <bool>false</bool>
27 </property>
28 <property name="windowTitle">
29 <string>Compare Models</string>
30 </property>
31 <layout class="QGridLayout" name="gridLayout">
32 <item row="2" column="0">
33 <widget class="QTextEdit" name="textEdit">
34 <property name="readOnly">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item row="3" column="0">
40 <layout class="QHBoxLayout" name="horizontalLayout">
41 <item>
42 <widget class="QLabel" name="label">
43 <property name="text">
44 <string>To compare models, drag and drop them anywhere in this window.</string>
45 </property>
46 <property name="wordWrap">
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <spacer name="horizontalSpacer">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <property name="sizeHint" stdset="0">
57 <size>
58 <width>40</width>
59 <height>20</height>
60 </size>
61 </property>
62 </spacer>
63 </item>
64 <item>
65 <widget class="QPushButton" name="closeButton">
66 <property name="text">
67 <string>Close</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QPushButton" name="styleButton">
73 <property name="text">
74 <string>Style</string>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <widget class="QPushButton" name="printButton">
80 <property name="text">
81 <string>Print</string>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QPushButton" name="printFileButton">
87 <property name="text">
88 <string>Print to file</string>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 <item row="1" column="0">
95 <layout class="QHBoxLayout" name="layout_modelNames">
96 <property name="spacing">
97 <number>6</number>
98 </property>
99 <property name="leftMargin">
100 <number>0</number>
101 </property>
102 <property name="topMargin">
103 <number>0</number>
104 </property>
105 <property name="rightMargin">
106 <number>0</number>
107 </property>
108 <property name="bottomMargin">
109 <number>0</number>
110 </property>
111 </layout>
112 </item>
113 </layout>
114 </widget>
115 <resources/>
116 <connections>
117 <connection>
118 <sender>closeButton</sender>
119 <signal>clicked()</signal>
120 <receiver>CompareDialog</receiver>
121 <slot>reject()</slot>
122 <hints>
123 <hint type="sourcelabel">
124 <x>739</x>
125 <y>636</y>
126 </hint>
127 <hint type="destinationlabel">
128 <x>565</x>
129 <y>623</y>
130 </hint>
131 </hints>
132 </connection>
133 </connections>
134 </ui>