FreeCAD

Форк
0
/
SceneInspector.ui 
72 строки · 1.7 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::SceneInspector</class>
4
 <widget class="QDialog" name="Gui::Dialog::SceneInspector">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>296</width>
10
    <height>583</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <item row="0" column="0">
18
    <widget class="QTreeView" name="treeView"/>
19
   </item>
20
   <item row="1" column="0">
21
    <layout class="QHBoxLayout" name="horizontalLayout">
22
     <item>
23
      <widget class="QPushButton" name="refreshButton">
24
       <property name="text">
25
        <string>Refresh</string>
26
       </property>
27
      </widget>
28
     </item>
29
     <item>
30
      <spacer>
31
       <property name="orientation">
32
        <enum>Qt::Horizontal</enum>
33
       </property>
34
       <property name="sizeHint" stdset="0">
35
        <size>
36
         <width>58</width>
37
         <height>31</height>
38
        </size>
39
       </property>
40
      </spacer>
41
     </item>
42
     <item>
43
      <widget class="QPushButton" name="closeButton">
44
       <property name="text">
45
        <string>Close</string>
46
       </property>
47
      </widget>
48
     </item>
49
    </layout>
50
   </item>
51
  </layout>
52
 </widget>
53
 <resources/>
54
 <connections>
55
  <connection>
56
   <sender>closeButton</sender>
57
   <signal>clicked()</signal>
58
   <receiver>Gui::Dialog::SceneInspector</receiver>
59
   <slot>reject()</slot>
60
   <hints>
61
    <hint type="sourcelabel">
62
     <x>369</x>
63
     <y>253</y>
64
    </hint>
65
    <hint type="destinationlabel">
66
     <x>179</x>
67
     <y>282</y>
68
    </hint>
69
   </hints>
70
  </connection>
71
 </connections>
72
</ui>
73

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

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

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

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