FreeCAD

Форк
0
/
developer_mode_licenses_table.ui 
123 строки · 3.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Form</class>
4
 <widget class="QWidget" name="Form">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>400</width>
10
    <height>300</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string notr="true">Form</string>
15
  </property>
16
  <layout class="QHBoxLayout" name="horizontalLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="sizePolicy">
20
      <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
21
       <horstretch>1</horstretch>
22
       <verstretch>0</verstretch>
23
      </sizepolicy>
24
     </property>
25
     <property name="minimumSize">
26
      <size>
27
       <width>150</width>
28
       <height>0</height>
29
      </size>
30
     </property>
31
     <property name="baseSize">
32
      <size>
33
       <width>0</width>
34
       <height>0</height>
35
      </size>
36
     </property>
37
     <property name="title">
38
      <string>Licenses</string>
39
     </property>
40
     <layout class="QVBoxLayout" name="verticalLayoutLicenses">
41
      <item>
42
       <widget class="QTableWidget" name="tableWidget">
43
        <property name="editTriggers">
44
         <set>QAbstractItemView::NoEditTriggers</set>
45
        </property>
46
        <property name="selectionMode">
47
         <enum>QAbstractItemView::SingleSelection</enum>
48
        </property>
49
        <property name="selectionBehavior">
50
         <enum>QAbstractItemView::SelectRows</enum>
51
        </property>
52
        <property name="columnCount">
53
         <number>2</number>
54
        </property>
55
        <attribute name="horizontalHeaderVisible">
56
         <bool>true</bool>
57
        </attribute>
58
        <attribute name="horizontalHeaderDefaultSectionSize">
59
         <number>60</number>
60
        </attribute>
61
        <attribute name="horizontalHeaderStretchLastSection">
62
         <bool>true</bool>
63
        </attribute>
64
        <attribute name="verticalHeaderVisible">
65
         <bool>false</bool>
66
        </attribute>
67
        <column>
68
         <property name="text">
69
          <string>License</string>
70
         </property>
71
        </column>
72
        <column>
73
         <property name="text">
74
          <string>License file</string>
75
         </property>
76
        </column>
77
       </widget>
78
      </item>
79
      <item>
80
       <layout class="QHBoxLayout" name="hLayout">
81
        <item>
82
         <spacer name="hSpacer">
83
          <property name="orientation">
84
           <enum>Qt::Horizontal</enum>
85
          </property>
86
          <property name="sizeHint" stdset="0">
87
           <size>
88
            <width>40</width>
89
            <height>20</height>
90
           </size>
91
          </property>
92
         </spacer>
93
        </item>
94
        <item>
95
         <widget class="QToolButton" name="addButton">
96
          <property name="text">
97
           <string notr="true">...</string>
98
          </property>
99
          <property name="autoRaise">
100
           <bool>true</bool>
101
          </property>
102
         </widget>
103
        </item>
104
        <item>
105
         <widget class="QToolButton" name="removeButton">
106
          <property name="text">
107
           <string notr="true">...</string>
108
          </property>
109
          <property name="autoRaise">
110
           <bool>true</bool>
111
          </property>
112
         </widget>
113
        </item>
114
       </layout>
115
      </item>
116
     </layout>
117
    </widget>
118
   </item>
119
  </layout>
120
 </widget>
121
 <resources/>
122
 <connections/>
123
</ui>
124

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

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

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

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