Update CREDITS.txt
[opentx.git] / companion / src / modeledit / checklistdialog.ui
blob624ccfbdf95162e389d3f530b88f7b55a6f9b99b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ChecklistDialog</class>
4 <widget class="QDialog" name="ChecklistDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>630</width>
10 <height>373</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edit Checklist</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="3" column="0">
18 <spacer name="verticalSpacer">
19 <property name="orientation">
20 <enum>Qt::Vertical</enum>
21 </property>
22 <property name="sizeType">
23 <enum>QSizePolicy::Fixed</enum>
24 </property>
25 <property name="sizeHint" stdset="0">
26 <size>
27 <width>20</width>
28 <height>3</height>
29 </size>
30 </property>
31 </spacer>
32 </item>
33 <item row="1" column="0">
34 <widget class="QPlainTextEdit" name="pteCheck">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
37 <horstretch>0</horstretch>
38 <verstretch>1</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="verticalScrollBarPolicy">
42 <enum>Qt::ScrollBarAsNeeded</enum>
43 </property>
44 <property name="horizontalScrollBarPolicy">
45 <enum>Qt::ScrollBarAsNeeded</enum>
46 </property>
47 <property name="tabChangesFocus">
48 <bool>true</bool>
49 </property>
50 <property name="lineWrapMode">
51 <enum>QPlainTextEdit::NoWrap</enum>
52 </property>
53 </widget>
54 </item>
55 <item row="4" column="0">
56 <layout class="QHBoxLayout" name="horizontalLayout">
57 <property name="spacing">
58 <number>6</number>
59 </property>
60 <property name="sizeConstraint">
61 <enum>QLayout::SetMinimumSize</enum>
62 </property>
63 <item>
64 <spacer name="horizontalSpacer">
65 <property name="orientation">
66 <enum>Qt::Horizontal</enum>
67 </property>
68 <property name="sizeType">
69 <enum>QSizePolicy::Expanding</enum>
70 </property>
71 <property name="sizeHint" stdset="0">
72 <size>
73 <width>40</width>
74 <height>20</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 <item>
80 <widget class="QPushButton" name="pbImport">
81 <property name="sizePolicy">
82 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
83 <horstretch>0</horstretch>
84 <verstretch>0</verstretch>
85 </sizepolicy>
86 </property>
87 <property name="text">
88 <string>&amp;Import...</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QPushButton" name="pbCancel">
94 <property name="sizePolicy">
95 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
96 <horstretch>0</horstretch>
97 <verstretch>0</verstretch>
98 </sizepolicy>
99 </property>
100 <property name="text">
101 <string>&amp;Cancel</string>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QPushButton" name="pbOK">
107 <property name="sizePolicy">
108 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
111 </sizepolicy>
112 </property>
113 <property name="text">
114 <string>&amp;OK</string>
115 </property>
116 <property name="shortcut">
117 <string/>
118 </property>
119 <property name="default">
120 <bool>false</bool>
121 </property>
122 </widget>
123 </item>
124 </layout>
125 </item>
126 <item row="2" column="0">
127 <widget class="QLabel" name="label">
128 <property name="text">
129 <string>Please note, the maximum width displayable is radio model limited. Also, renaming the model will break the link to this checklist file.</string>
130 </property>
131 <property name="wordWrap">
132 <bool>true</bool>
133 </property>
134 </widget>
135 </item>
136 <item row="0" column="0">
137 <widget class="QLabel" name="file">
138 <property name="text">
139 <string>File: unknown</string>
140 </property>
141 <property name="wordWrap">
142 <bool>true</bool>
143 </property>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 <tabstops>
149 <tabstop>pteCheck</tabstop>
150 <tabstop>pbOK</tabstop>
151 <tabstop>pbCancel</tabstop>
152 <tabstop>pbImport</tabstop>
153 </tabstops>
154 <resources/>
155 <connections/>
156 </ui>