FreeCAD

Форк
0
/
first_run.ui 
144 строки · 3.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="windowModality">
6
   <enum>Qt::ApplicationModal</enum>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>398</width>
13
    <height>237</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Welcome to the Addon Manager</string>
18
  </property>
19
  <layout class="QVBoxLayout" name="verticalLayout">
20
   <item>
21
    <widget class="QLabel" name="labelWarning">
22
     <property name="text">
23
      <string>The addons that can be installed here are not officially part of FreeCAD, and are not reviewed by the FreeCAD team. Make sure you know what you are installing!</string>
24
     </property>
25
     <property name="wordWrap">
26
      <bool>true</bool>
27
     </property>
28
    </widget>
29
   </item>
30
   <item>
31
    <widget class="Line" name="line">
32
     <property name="orientation">
33
      <enum>Qt::Horizontal</enum>
34
     </property>
35
    </widget>
36
   </item>
37
   <item>
38
    <widget class="QLabel" name="label_2">
39
     <property name="font">
40
      <font>
41
       <weight>75</weight>
42
       <bold>true</bold>
43
      </font>
44
     </property>
45
     <property name="text">
46
      <string>Download Settings</string>
47
     </property>
48
    </widget>
49
   </item>
50
   <item>
51
    <widget class="QCheckBox" name="checkBoxAutoCheck">
52
     <property name="text">
53
      <string>Automatically check installed Addons for updates</string>
54
     </property>
55
    </widget>
56
   </item>
57
   <item>
58
    <widget class="QCheckBox" name="checkBoxDownloadMacroMetadata">
59
     <property name="text">
60
      <string>Download Macro metadata (approximately 10MB)</string>
61
     </property>
62
    </widget>
63
   </item>
64
   <item>
65
    <layout class="QHBoxLayout" name="horizontalLayout">
66
     <item>
67
      <widget class="QComboBox" name="comboBoxProxy">
68
       <item>
69
        <property name="text">
70
         <string>No proxy</string>
71
        </property>
72
       </item>
73
       <item>
74
        <property name="text">
75
         <string>System proxy</string>
76
        </property>
77
       </item>
78
       <item>
79
        <property name="text">
80
         <string>User-defined proxy:</string>
81
        </property>
82
       </item>
83
      </widget>
84
     </item>
85
     <item>
86
      <widget class="QLineEdit" name="lineEditProxy"/>
87
     </item>
88
    </layout>
89
   </item>
90
   <item>
91
    <widget class="QLabel" name="label_3">
92
     <property name="text">
93
      <string>These and other settings are available in the FreeCAD Preferences window.</string>
94
     </property>
95
    </widget>
96
   </item>
97
   <item>
98
    <widget class="QDialogButtonBox" name="buttonBox">
99
     <property name="orientation">
100
      <enum>Qt::Horizontal</enum>
101
     </property>
102
     <property name="standardButtons">
103
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
104
     </property>
105
    </widget>
106
   </item>
107
  </layout>
108
 </widget>
109
 <resources/>
110
 <connections>
111
  <connection>
112
   <sender>buttonBox</sender>
113
   <signal>accepted()</signal>
114
   <receiver>Dialog</receiver>
115
   <slot>accept()</slot>
116
   <hints>
117
    <hint type="sourcelabel">
118
     <x>248</x>
119
     <y>254</y>
120
    </hint>
121
    <hint type="destinationlabel">
122
     <x>157</x>
123
     <y>274</y>
124
    </hint>
125
   </hints>
126
  </connection>
127
  <connection>
128
   <sender>buttonBox</sender>
129
   <signal>rejected()</signal>
130
   <receiver>Dialog</receiver>
131
   <slot>reject()</slot>
132
   <hints>
133
    <hint type="sourcelabel">
134
     <x>316</x>
135
     <y>260</y>
136
    </hint>
137
    <hint type="destinationlabel">
138
     <x>286</x>
139
     <y>274</y>
140
    </hint>
141
   </hints>
142
  </connection>
143
 </connections>
144
</ui>
145

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

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

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

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