Make TX volatge for simu more flexible (#7124)
[opentx.git] / companion / src / styleeditdialog.ui
blob7a9c1dd7dedb7718f5c1f21a43ff826a687fe615
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>StyleEditDialog</class>
4 <widget class="QDialog" name="StyleEditDialog">
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>Style Sheet Editor</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="2" 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="0" column="0">
34 <widget class="QPlainTextEdit" name="pteStyle">
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="3" 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="pbDefault">
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;Reset to default</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="1" column="0">
127 <widget class="QLabel" name="label">
128 <property name="text">
129 <string>This feature does not validate your changes and assumes you are familiar with CSS syntax for QT.</string>
130 </property>
131 <property name="wordWrap">
132 <bool>true</bool>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 <tabstops>
139 <tabstop>pteStyle</tabstop>
140 <tabstop>pbOK</tabstop>
141 <tabstop>pbCancel</tabstop>
142 <tabstop>pbDefault</tabstop>
143 </tabstops>
144 <resources/>
145 <connections/>
146 </ui>