프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / HYTOS / HYTOS / UI / Roughness_Hagen.ui @ 1b00446f

이력 | 보기 | 이력해설 | 다운로드 (2.27 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>RoughnessDialog</class>
4
 <widget class="QDialog" name="RoughnessDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>319</width>
10
    <height>280</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>Select Material (Hagen Williams Eq.)</string>
20
  </property>
21
  <property name="windowIcon">
22
   <iconset resource="../res/Resource.qrc">
23
    <normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset>
24
  </property>
25
  <layout class="QGridLayout" name="gridLayout_2">
26
   <item row="1" column="0">
27
    <layout class="QGridLayout" name="gridLayout">
28
     <item row="1" column="0">
29
      <widget class="QTableWidget" name="tableWidget_Roughness">
30
       <property name="selectionMode">
31
        <enum>QAbstractItemView::ExtendedSelection</enum>
32
       </property>
33
       <property name="selectionBehavior">
34
        <enum>QAbstractItemView::SelectItems</enum>
35
       </property>
36
      </widget>
37
     </item>
38
    </layout>
39
   </item>
40
   <item row="2" column="0">
41
    <widget class="QDialogButtonBox" name="buttonBox">
42
     <property name="orientation">
43
      <enum>Qt::Horizontal</enum>
44
     </property>
45
     <property name="standardButtons">
46
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
47
     </property>
48
    </widget>
49
   </item>
50
  </layout>
51
 </widget>
52
 <tabstops>
53
  <tabstop>tableWidget_Roughness</tabstop>
54
 </tabstops>
55
 <resources>
56
  <include location="../res/Resource.qrc"/>
57
 </resources>
58
 <connections>
59
  <connection>
60
   <sender>buttonBox</sender>
61
   <signal>accepted()</signal>
62
   <receiver>RoughnessDialog</receiver>
63
   <slot>accept()</slot>
64
   <hints>
65
    <hint type="sourcelabel">
66
     <x>248</x>
67
     <y>254</y>
68
    </hint>
69
    <hint type="destinationlabel">
70
     <x>157</x>
71
     <y>274</y>
72
    </hint>
73
   </hints>
74
  </connection>
75
  <connection>
76
   <sender>buttonBox</sender>
77
   <signal>rejected()</signal>
78
   <receiver>RoughnessDialog</receiver>
79
   <slot>reject()</slot>
80
   <hints>
81
    <hint type="sourcelabel">
82
     <x>316</x>
83
     <y>260</y>
84
    </hint>
85
    <hint type="destinationlabel">
86
     <x>286</x>
87
     <y>274</y>
88
    </hint>
89
   </hints>
90
  </connection>
91
 </connections>
92
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)