Files
newspark110/ui/forms/qg_dlgarc.ui
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

284 lines
7.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QG_DlgArc</class>
<widget class="QDialog" name="QG_DlgArc">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>389</width>
<height>251</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>190</height>
</size>
</property>
<property name="windowTitle">
<string>Arc</string>
</property>
<layout class="QVBoxLayout" name="gfdgf">
<item>
<layout class="QHBoxLayout">
<item>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="lLayer">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Layer:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QG_LayerBox" name="cbLayer" native="true"/>
</item>
</layout>
</item>
<item>
<widget class="QG_WidgetPen" name="wPen" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="buttonGroup8">
<property name="title">
<string>Geometry</string>
</property>
<layout class="QGridLayout">
<item row="2" column="0">
<widget class="QLabel" name="lEndX">
<property name="text">
<string>Radius:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="leRadius">
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lCenterY">
<property name="text">
<string>Center (y):</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leCenterY">
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lCenterX">
<property name="text">
<string>Center (x):</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leCenterX">
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="lAngle1">
<property name="text">
<string>Start Angle:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="leAngle1">
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="leAngle2">
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="lAngle2">
<property name="text">
<string>End Angle:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="6" column="0">
<spacer name="spacer58">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="6" column="1">
<spacer name="spacer61">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="cbReversed">
<property name="text">
<string>Reversed</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QG_WidgetPen</class>
<extends>QWidget</extends>
<header>qg_widgetpen.h</header>
</customwidget>
<customwidget>
<class>QG_LayerBox</class>
<extends>QWidget</extends>
<header>qg_layerbox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>leCenterX</tabstop>
<tabstop>leCenterY</tabstop>
<tabstop>leRadius</tabstop>
<tabstop>leAngle1</tabstop>
<tabstop>leAngle2</tabstop>
<tabstop>cbReversed</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>QG_DlgArc</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>189</x>
<y>234</y>
</hint>
<hint type="destinationlabel">
<x>189</x>
<y>125</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>QG_DlgArc</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>189</x>
<y>234</y>
</hint>
<hint type="destinationlabel">
<x>189</x>
<y>125</y>
</hint>
</hints>
</connection>
</connections>
</ui>