프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / DTI_PID / UI / OPCRelation.ui @ dcd90366

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>OPCRelationDialog</class>
4
 <widget class="QDialog" name="OPCRelationDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>1076</width>
10
    <height>680</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>OPC Relation</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <item row="1" column="0">
18
    <widget class="QSplitter" name="splitter">
19
     <property name="orientation">
20
      <enum>Qt::Horizontal</enum>
21
     </property>
22
     <widget class="QTableWidget" name="tableWidgetSource">
23
      <property name="selectionMode">
24
       <enum>QAbstractItemView::SingleSelection</enum>
25
      </property>
26
      <property name="selectionBehavior">
27
       <enum>QAbstractItemView::SelectRows</enum>
28
      </property>
29
      <property name="sortingEnabled">
30
       <bool>true</bool>
31
      </property>
32
      <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
33
       <bool>true</bool>
34
      </attribute>
35
      <attribute name="horizontalHeaderStretchLastSection">
36
       <bool>true</bool>
37
      </attribute>
38
     </widget>
39
     <widget class="QTableWidget" name="tableWidgetTarget">
40
      <property name="maximumSize">
41
       <size>
42
        <width>400</width>
43
        <height>16777215</height>
44
       </size>
45
      </property>
46
      <property name="baseSize">
47
       <size>
48
        <width>400</width>
49
        <height>0</height>
50
       </size>
51
      </property>
52
      <property name="sortingEnabled">
53
       <bool>true</bool>
54
      </property>
55
     </widget>
56
    </widget>
57
   </item>
58
   <item row="0" column="0">
59
    <layout class="QHBoxLayout" name="horizontalLayout">
60
     <property name="sizeConstraint">
61
      <enum>QLayout::SetFixedSize</enum>
62
     </property>
63
     <item>
64
      <widget class="QPushButton" name="pushButtonAutoFill">
65
       <property name="maximumSize">
66
        <size>
67
         <width>16777215</width>
68
         <height>20</height>
69
        </size>
70
       </property>
71
       <property name="text">
72
        <string>Auto Fill</string>
73
       </property>
74
      </widget>
75
     </item>
76
     <item>
77
      <spacer name="horizontalSpacer">
78
       <property name="orientation">
79
        <enum>Qt::Horizontal</enum>
80
       </property>
81
       <property name="sizeHint" stdset="0">
82
        <size>
83
         <width>40</width>
84
         <height>20</height>
85
        </size>
86
       </property>
87
      </spacer>
88
     </item>
89
    </layout>
90
   </item>
91
   <item row="3" column="0">
92
    <widget class="QDialogButtonBox" name="buttonBox">
93
     <property name="orientation">
94
      <enum>Qt::Horizontal</enum>
95
     </property>
96
     <property name="standardButtons">
97
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98
     </property>
99
    </widget>
100
   </item>
101
  </layout>
102
 </widget>
103
 <resources/>
104
 <connections>
105
  <connection>
106
   <sender>buttonBox</sender>
107
   <signal>accepted()</signal>
108
   <receiver>OPCRelationDialog</receiver>
109
   <slot>accept()</slot>
110
   <hints>
111
    <hint type="sourcelabel">
112
     <x>248</x>
113
     <y>254</y>
114
    </hint>
115
    <hint type="destinationlabel">
116
     <x>157</x>
117
     <y>274</y>
118
    </hint>
119
   </hints>
120
  </connection>
121
  <connection>
122
   <sender>buttonBox</sender>
123
   <signal>rejected()</signal>
124
   <receiver>OPCRelationDialog</receiver>
125
   <slot>reject()</slot>
126
   <hints>
127
    <hint type="sourcelabel">
128
     <x>316</x>
129
     <y>260</y>
130
    </hint>
131
    <hint type="destinationlabel">
132
     <x>286</x>
133
     <y>274</y>
134
    </hint>
135
   </hints>
136
  </connection>
137
 </connections>
138
</ui>
클립보드 이미지 추가 (최대 크기: 500 MB)