FreeCAD

Форк
0
/
change_branch.ui 
105 строк · 2.5 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>change_branch</class>
4
 <widget class="QDialog" name="change_branch">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>550</width>
10
    <height>300</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Change Branch</string>
15
  </property>
16
  <property name="modal">
17
   <bool>true</bool>
18
  </property>
19
  <layout class="QVBoxLayout" name="verticalLayout">
20
   <item>
21
    <widget class="QLabel" name="label">
22
     <property name="text">
23
      <string>Change to branch:</string>
24
     </property>
25
     <property name="wordWrap">
26
      <bool>true</bool>
27
     </property>
28
    </widget>
29
   </item>
30
   <item>
31
    <widget class="QTableView" name="tableView">
32
     <property name="editTriggers">
33
      <set>QAbstractItemView::NoEditTriggers</set>
34
     </property>
35
     <property name="showDropIndicator" stdset="0">
36
      <bool>false</bool>
37
     </property>
38
     <property name="alternatingRowColors">
39
      <bool>true</bool>
40
     </property>
41
     <property name="selectionMode">
42
      <enum>QAbstractItemView::SingleSelection</enum>
43
     </property>
44
     <property name="selectionBehavior">
45
      <enum>QAbstractItemView::SelectRows</enum>
46
     </property>
47
     <property name="sortingEnabled">
48
      <bool>true</bool>
49
     </property>
50
     <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
51
      <bool>true</bool>
52
     </attribute>
53
     <attribute name="horizontalHeaderStretchLastSection">
54
      <bool>true</bool>
55
     </attribute>
56
    </widget>
57
   </item>
58
   <item>
59
    <widget class="QDialogButtonBox" name="buttonBox">
60
     <property name="orientation">
61
      <enum>Qt::Horizontal</enum>
62
     </property>
63
     <property name="standardButtons">
64
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65
     </property>
66
    </widget>
67
   </item>
68
  </layout>
69
 </widget>
70
 <resources/>
71
 <connections>
72
  <connection>
73
   <sender>buttonBox</sender>
74
   <signal>accepted()</signal>
75
   <receiver>change_branch</receiver>
76
   <slot>accept()</slot>
77
   <hints>
78
    <hint type="sourcelabel">
79
     <x>248</x>
80
     <y>254</y>
81
    </hint>
82
    <hint type="destinationlabel">
83
     <x>157</x>
84
     <y>274</y>
85
    </hint>
86
   </hints>
87
  </connection>
88
  <connection>
89
   <sender>buttonBox</sender>
90
   <signal>rejected()</signal>
91
   <receiver>change_branch</receiver>
92
   <slot>reject()</slot>
93
   <hints>
94
    <hint type="sourcelabel">
95
     <x>316</x>
96
     <y>260</y>
97
    </hint>
98
    <hint type="destinationlabel">
99
     <x>286</x>
100
     <y>274</y>
101
    </hint>
102
   </hints>
103
  </connection>
104
 </connections>
105
</ui>
106

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

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

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

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