108 lines
2.7 KiB
Plaintext
108 lines
2.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ExDlgSetHeaders</class>
|
||
|
<widget class="QDialog" name="ExDlgSetHeaders">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>274</width>
|
||
|
<height>370</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="title">
|
||
|
<string>表头标题:</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QListView" name="listView"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="btnOk">
|
||
|
<property name="text">
|
||
|
<string>确定</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="resources.qrc">
|
||
|
<normaloff>:/images/Image005.png</normaloff>:/images/Image005.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="btnClose">
|
||
|
<property name="text">
|
||
|
<string>取消</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="resources.qrc">
|
||
|
<normaloff>:/images/Image007.png</normaloff>:/images/Image007.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="resources.qrc"/>
|
||
|
</resources>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>btnOk</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>ExDlgSetHeaders</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>135</x>
|
||
|
<y>337</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>136</x>
|
||
|
<y>184</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>btnClose</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>ExDlgSetHeaders</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>216</x>
|
||
|
<y>337</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>136</x>
|
||
|
<y>184</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|