FreeCAD

Форк
0
/
preferences-oca.ui 
90 строк · 2.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::DlgSettingsDraft</class>
4
 <widget class="QWidget" name="Gui::Dialog::DlgSettingsDraft">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>398</width>
10
    <height>340</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>OCA</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <property name="spacing">
18
    <number>6</number>
19
   </property>
20
   <property name="margin">
21
    <number>9</number>
22
   </property>
23
   <item>
24
    <widget class="QGroupBox" name="GroupBox12_3">
25
     <property name="title">
26
      <string>Import options</string>
27
     </property>
28
     <layout class="QVBoxLayout" name="_6">
29
      <property name="spacing">
30
       <number>6</number>
31
      </property>
32
      <property name="margin">
33
       <number>9</number>
34
      </property>
35
      <item>
36
       <layout class="QHBoxLayout" name="_7">
37
        <property name="spacing">
38
         <number>6</number>
39
        </property>
40
        <property name="margin">
41
         <number>0</number>
42
        </property>
43
        <item>
44
         <widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_4">
45
          <property name="toolTip">
46
           <string>Check this if you want the areas (3D faces) to be imported too.</string>
47
          </property>
48
          <property name="text">
49
           <string>Import OCA areas</string>
50
          </property>
51
          <property name="prefEntry" stdset="0">
52
           <cstring>ocaareas</cstring>
53
          </property>
54
          <property name="prefPath" stdset="0">
55
           <cstring>Mod/Draft</cstring>
56
          </property>
57
         </widget>
58
        </item>
59
       </layout>
60
      </item>
61
     </layout>
62
    </widget>
63
   </item>
64
   <item>
65
    <spacer name="verticalSpacer">
66
     <property name="orientation">
67
      <enum>Qt::Vertical</enum>
68
     </property>
69
     <property name="sizeHint" stdset="0">
70
      <size>
71
       <width>20</width>
72
       <height>40</height>
73
      </size>
74
     </property>
75
    </spacer>
76
   </item>
77
  </layout>
78
 </widget>
79
 <layoutdefault spacing="6" margin="11"/>
80
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
81
 <customwidgets>
82
  <customwidget>
83
   <class>Gui::PrefCheckBox</class>
84
   <extends>QCheckBox</extends>
85
   <header>Gui/PrefWidgets.h</header>
86
  </customwidget>
87
 </customwidgets>
88
 <resources/>
89
 <connections/>
90
</ui>
91

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

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

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

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