FreeCAD

Форк
0
/
preferences-dwg.ui 
146 строк · 4.5 Кб
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>446</width>
10
    <height>462</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>DWG</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="groupBox">
25
     <property name="title">
26
      <string>DWG conversion</string>
27
     </property>
28
     <layout class="QVBoxLayout" name="verticalLayout">
29
      <item>
30
       <layout class="QHBoxLayout" name="horizontalLayout">
31
        <item>
32
         <widget class="QLabel" name="label_2">
33
          <property name="text">
34
           <string>Conversion method:</string>
35
          </property>
36
         </widget>
37
        </item>
38
        <item>
39
         <widget class="Gui::PrefComboBox" name="comboBox">
40
          <property name="toolTip">
41
           <string>This is the method FreeCAD will use to convert DWG files to DXF. If "Automatic" is chosen, FreeCAD will try to find one of the following converters in the same order as they are shown here. If FreeCAD is unable to find any, you might need to choose a specific converter and indicate its path here under. Choose the "dwg2dxf" utility if using LibreDWG, "ODAFileConverter" if using the ODA file converter, or the "dwg2dwg" utility if using the pro version of QCAD.</string>
42
          </property>
43
          <property name="prefEntry" stdset="0">
44
           <cstring>DWGConversion</cstring>
45
          </property>
46
          <property name="prefPath" stdset="0">
47
           <cstring>Mod/Draft</cstring>
48
          </property>
49
          <item>
50
           <property name="text">
51
            <string>Automatic</string>
52
           </property>
53
          </item>
54
          <item>
55
           <property name="text">
56
            <string>LibreDWG</string>
57
           </property>
58
          </item>
59
          <item>
60
           <property name="text">
61
            <string>ODA Converter</string>
62
           </property>
63
          </item>
64
          <item>
65
           <property name="text">
66
            <string>QCAD pro</string>
67
           </property>
68
          </item>
69
         </widget>
70
        </item>
71
       </layout>
72
      </item>
73
      <item>
74
       <layout class="QHBoxLayout" name="horizontalLayout_4">
75
        <item>
76
         <widget class="QLabel" name="label_4">
77
          <property name="text">
78
           <string>Path to file converter</string>
79
          </property>
80
         </widget>
81
        </item>
82
        <item>
83
         <widget class="Gui::PrefFileChooser" name="gui::preffilechooser_2">
84
          <property name="toolTip">
85
           <string>The path to your DWG file converter executable</string>
86
          </property>
87
          <property name="prefEntry" stdset="0">
88
           <cstring>TeighaFileConverter</cstring>
89
          </property>
90
          <property name="prefPath" stdset="0">
91
           <cstring>Mod/Draft</cstring>
92
          </property>
93
         </widget>
94
        </item>
95
       </layout>
96
      </item>
97
      <item>
98
       <widget class="QLabel" name="label">
99
        <property name="text">
100
         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=" font-weight:600;"&gt;Note:&lt;/span&gt; DXF options apply to DWG files as well.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
101
        </property>
102
        <property name="wordWrap">
103
         <bool>true</bool>
104
        </property>
105
       </widget>
106
      </item>
107
     </layout>
108
    </widget>
109
   </item>
110
   <item>
111
    <spacer name="verticalSpacer">
112
     <property name="orientation">
113
      <enum>Qt::Vertical</enum>
114
     </property>
115
     <property name="sizeHint" stdset="0">
116
      <size>
117
       <width>20</width>
118
       <height>40</height>
119
      </size>
120
     </property>
121
    </spacer>
122
   </item>
123
  </layout>
124
 </widget>
125
 <layoutdefault spacing="6" margin="11"/>
126
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
127
 <customwidgets>
128
  <customwidget>
129
   <class>Gui::FileChooser</class>
130
   <extends>QWidget</extends>
131
   <header>Gui/FileDialog.h</header>
132
  </customwidget>
133
  <customwidget>
134
   <class>Gui::PrefFileChooser</class>
135
   <extends>Gui::FileChooser</extends>
136
   <header>Gui/PrefWidgets.h</header>
137
  </customwidget>
138
  <customwidget>
139
   <class>Gui::PrefComboBox</class>
140
   <extends>QComboBox</extends>
141
   <header>Gui/PrefWidgets.h</header>
142
  </customwidget>
143
 </customwidgets>
144
 <resources/>
145
 <connections/>
146
</ui>
147

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

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

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

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