telsale-management/代码/telsale_aux_kit/source/QRapidInputWidget.ui

204 lines
5.7 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QRapidInputWidget</class>
<widget class="QWidget" name="QRapidInputWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>917</width>
<height>529</height>
</rect>
</property>
<property name="windowTitle">
<string>QRapidInputWidget</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>541</width>
<height>318</height>
</rect>
</property>
<layout class="QVBoxLayout" name="pLayoutMain">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>操作:</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="2">
<widget class="QToolButton" name="pButtonSave">
<property name="text">
<string>保存数据</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/QMainFrame/Resources/save2.png</normaloff>:/QMainFrame/Resources/save2.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QToolButton" name="pButtonOpenFile">
<property name="text">
<string>打开文件</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/QMainFrame/Resources/excel.png</normaloff>:/QMainFrame/Resources/excel.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="pButtonClean">
<property name="text">
<string>清空列表</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/QMainFrame/Resources/clean.png</normaloff>:/QMainFrame/Resources/clean.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>导入参数:</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="pCheckBoxHasTitle">
<property name="text">
<string>包含标题</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>191</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="pTableWidgetPolicy">
<property name="styleSheet">
<string notr="true"/>
</property>
<column>
<property name="text">
<string>保单号</string>
</property>
</column>
<column>
<property name="text">
<string>签单日期</string>
</property>
</column>
<column>
<property name="text">
<string>车牌号</string>
</property>
</column>
<column>
<property name="text">
<string>被保险人</string>
</property>
</column>
<column>
<property name="text">
<string>车商代码</string>
</property>
</column>
<column>
<property name="text">
<string>经办人代码</string>
</property>
</column>
<column>
<property name="text">
<string>经办人名称</string>
</property>
</column>
<column>
<property name="text">
<string>部门</string>
</property>
</column>
<column>
<property name="text">
<string>科室</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>