FreeCAD

Форк
0
/
DlgPrefsMeasureAppearanceImp.ui 
204 строки · 6.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MeasureGui::DlgPrefsMeasureAppearanceImp</class>
4
 <widget class="QWidget" name="MeasureGui::DlgPrefsMeasureAppearanceImp">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>623</width>
10
    <height>287</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Appearance</string>
21
  </property>
22
  <property name="windowIcon">
23
   <iconset resource="Resources/Measure.qrc">
24
    <normaloff>:/icons/preferences-measure.svg</normaloff>:/icons/preferences-measure.svg</iconset>
25
  </property>
26
  <property name="toolTip">
27
   <string/>
28
  </property>
29
  <layout class="QVBoxLayout" name="verticalLayout_3">
30
   <item>
31
    <widget class="QGroupBox" name="gbMisc">
32
     <property name="sizePolicy">
33
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
34
       <horstretch>0</horstretch>
35
       <verstretch>0</verstretch>
36
      </sizepolicy>
37
     </property>
38
     <property name="minimumSize">
39
      <size>
40
       <width>0</width>
41
       <height>0</height>
42
      </size>
43
     </property>
44
     <property name="maximumSize">
45
      <size>
46
       <width>16777215</width>
47
       <height>200</height>
48
      </size>
49
     </property>
50
     <property name="title">
51
      <string>Default property values</string>
52
     </property>
53
     <layout class="QVBoxLayout" name="verticalLayout_2">
54
      <item>
55
       <layout class="QGridLayout" name="gridLayout_5" columnstretch="2,1">
56
        <item row="0" column="0">
57
         <widget class="QLabel" name="label">
58
          <property name="text">
59
           <string>Text size</string>
60
          </property>
61
         </widget>
62
        </item>
63
        <item row="2" column="0">
64
         <widget class="QLabel" name="label_3">
65
          <property name="text">
66
           <string>Line color</string>
67
          </property>
68
         </widget>
69
        </item>
70
        <item row="0" column="1">
71
         <widget class="Gui::PrefSpinBox" name="sbFontSize">
72
          <property name="alignment">
73
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
74
          </property>
75
          <property name="suffix">
76
           <string> px</string>
77
          </property>
78
          <property name="minimum">
79
           <number>1</number>
80
          </property>
81
          <property name="value">
82
           <number>18</number>
83
          </property>
84
          <property name="prefEntry" stdset="0">
85
           <cstring>DefaultFontSize</cstring>
86
          </property>
87
          <property name="prefPath" stdset="0">
88
           <cstring>Mod/Measure/Appearance</cstring>
89
          </property>
90
         </widget>
91
        </item>
92
        <item row="3" column="1">
93
         <widget class="Gui::PrefColorButton" name="cbBackground">
94
          <property name="color" stdset="0">
95
           <color>
96
            <red>0</red>
97
            <green>0</green>
98
            <blue>0</blue>
99
           </color>
100
          </property>
101
          <property name="prefEntry" stdset="0">
102
           <cstring>DefaultTextBackgroundColor</cstring>
103
          </property>
104
          <property name="prefPath" stdset="0">
105
           <cstring>Mod/Measure/Appearance</cstring>
106
          </property>
107
         </widget>
108
        </item>
109
        <item row="3" column="0">
110
         <widget class="QLabel" name="backgroundColorLabel">
111
          <property name="text">
112
           <string>Background color</string>
113
          </property>
114
         </widget>
115
        </item>
116
        <item row="2" column="1">
117
         <widget class="Gui::PrefColorButton" name="cbLine">
118
          <property name="sizePolicy">
119
           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
120
            <horstretch>0</horstretch>
121
            <verstretch>0</verstretch>
122
           </sizepolicy>
123
          </property>
124
          <property name="color" stdset="0">
125
           <color>
126
            <red>255</red>
127
            <green>255</green>
128
            <blue>255</blue>
129
           </color>
130
          </property>
131
          <property name="prefEntry" stdset="0">
132
           <cstring>DefaultLineColor</cstring>
133
          </property>
134
          <property name="prefPath" stdset="0">
135
           <cstring>Mod/Measure/Appearance</cstring>
136
          </property>
137
         </widget>
138
        </item>
139
        <item row="1" column="0">
140
         <widget class="QLabel" name="textColorLabel">
141
          <property name="text">
142
           <string>Text color</string>
143
          </property>
144
         </widget>
145
        </item>
146
        <item row="1" column="1">
147
         <widget class="Gui::PrefColorButton" name="cbText">
148
          <property name="color" stdset="0">
149
           <color>
150
            <red>255</red>
151
            <green>255</green>
152
            <blue>255</blue>
153
           </color>
154
          </property>
155
          <property name="prefEntry" stdset="0">
156
           <cstring>DefaultTextColor</cstring>
157
          </property>
158
          <property name="prefPath" stdset="0">
159
           <cstring>Mod/Measure/Appearance</cstring>
160
          </property>
161
         </widget>
162
        </item>
163
       </layout>
164
      </item>
165
     </layout>
166
    </widget>
167
   </item>
168
   <item>
169
    <spacer name="verticalSpacer">
170
     <property name="orientation">
171
      <enum>Qt::Vertical</enum>
172
     </property>
173
     <property name="sizeHint" stdset="0">
174
      <size>
175
       <width>20</width>
176
       <height>40</height>
177
      </size>
178
     </property>
179
    </spacer>
180
   </item>
181
  </layout>
182
 </widget>
183
 <customwidgets>
184
  <customwidget>
185
   <class>Gui::ColorButton</class>
186
   <extends>QPushButton</extends>
187
   <header>Gui/Widgets.h</header>
188
  </customwidget>
189
  <customwidget>
190
   <class>Gui::PrefSpinBox</class>
191
   <extends>QSpinBox</extends>
192
   <header>Gui/PrefWidgets.h</header>
193
  </customwidget>
194
  <customwidget>
195
   <class>Gui::PrefColorButton</class>
196
   <extends>Gui::ColorButton</extends>
197
   <header>Gui/PrefWidgets.h</header>
198
  </customwidget>
199
 </customwidgets>
200
 <resources>
201
  <include location="Resources/Measure.qrc"/>
202
 </resources>
203
 <connections/>
204
</ui>
205

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.