프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / UI / Roughness.ui @ 4ca2299d

이력 | 보기 | 이력해설 | 다운로드 (1.97 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>613</width>
10
    <height>284</height>
11
   </rect>
12
  </property>
13
  <property name="font">
14
   <font>
15
    <family>맑은 고딕</family>
16
   </font>
17
  </property>
18
  <property name="windowTitle">
19
   <string>HYTOS Select Material (General 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="0" column="0">
27
    <layout class="QGridLayout" name="gridLayout">
28
     <item row="0" column="0">
29
      <widget class="QTableWidget" name="tableWidget_Roughness"/>
30
     </item>
31
    </layout>
32
   </item>
33
   <item row="1" column="0">
34
    <widget class="QDialogButtonBox" name="buttonBox">
35
     <property name="orientation">
36
      <enum>Qt::Horizontal</enum>
37
     </property>
38
     <property name="standardButtons">
39
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
40
     </property>
41
    </widget>
42
   </item>
43
  </layout>
44
 </widget>
45
 <resources>
46
  <include location="../res/Resource.qrc"/>
47
 </resources>
48
 <connections>
49
  <connection>
50
   <sender>buttonBox</sender>
51
   <signal>accepted()</signal>
52
   <receiver>RoughnessDialog</receiver>
53
   <slot>accept()</slot>
54
   <hints>
55
    <hint type="sourcelabel">
56
     <x>248</x>
57
     <y>254</y>
58
    </hint>
59
    <hint type="destinationlabel">
60
     <x>157</x>
61
     <y>274</y>
62
    </hint>
63
   </hints>
64
  </connection>
65
  <connection>
66
   <sender>buttonBox</sender>
67
   <signal>rejected()</signal>
68
   <receiver>RoughnessDialog</receiver>
69
   <slot>reject()</slot>
70
   <hints>
71
    <hint type="sourcelabel">
72
     <x>316</x>
73
     <y>260</y>
74
    </hint>
75
    <hint type="destinationlabel">
76
     <x>286</x>
77
     <y>274</y>
78
    </hint>
79
   </hints>
80
  </connection>
81
 </connections>
82
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)