94 lines
2.1 KiB
XML
94 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CellBorder</class>
|
|
<widget class="QDialog" name="CellBorder">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>667</width>
|
|
<height>414</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>边框线形设置</string>
|
|
</property>
|
|
<widget class="QPushButton" name="btnAccess">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>330</y>
|
|
<width>301</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>确定</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>9</y>
|
|
<width>331</width>
|
|
<height>391</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>线条及线型</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="LineStyleView" name="lineGridView"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>10</y>
|
|
<width>300</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="title">
|
|
<string>预览</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="BorderPreView" name="preView" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>LineStyleView</class>
|
|
<extends>QTableView</extends>
|
|
<header location="global">linestyleview.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>BorderPreView</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">borderpreview.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|