LibreCAD / librecad /src /ui /dock_widgets /layers_tree /lc_layerdialog_ex.ui
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a5ffdcd verified
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LC_LayerDialogEx</class>
<widget class="QDialog" name="LC_LayerDialogEx">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>323</width>
<height>221</height>
</rect>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>Layer Settings</string>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="1">
<spacer name="spacer87">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>3</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="leName">
<property name="toolTip">
<string>Name of new layer. In order to create hierarchical layers, include name of virtual layer and layer name separator.</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lParentPathName">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string>Parent Layers Path:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3">
<widget class="QGroupBox" name="gbLayerType">
<property name="title">
<string>Layer Type</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QRadioButton" name="rbInformational">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Layer for various infromational elements, notes, drafts etc.</string>
</property>
<property name="text">
<string>Informational</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bgLayerType</string>
</attribute>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="rbNormal">
<property name="toolTip">
<string>Normal layer with drawing eleements</string>
</property>
<property name="text">
<string>Normal</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bgLayerType</string>
</attribute>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="rbDimensions">
<property name="toolTip">
<string>Layer that holds dimensions</string>
</property>
<property name="text">
<string>Dimensions</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bgLayerType</string>
</attribute>
</widget>
</item>
<item row="1" column="1">
<widget class="QRadioButton" name="rbAlternativePosition">
<property name="toolTip">
<string>Layer with alternate position of entities located on normal layers</string>
</property>
<property name="text">
<string>Alternative Position</string>
</property>
<attribute name="buttonGroup">
<string notr="true">bgLayerType</string>
</attribute>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="2">
<widget class="QCheckBox" name="cbConstructionLayer">
<property name="toolTip">
<string>A Construction Layer has entities of infinite straight lines intended to be used for geometric construction.
The contents of a Construction Layer should not appear in printout.</string>
</property>
<property name="text">
<string>Construction Layer</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<widget class="QG_WidgetPen" name="wPen" native="true"/>
</item>
<item row="0" column="1">
<spacer name="spacer187">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>3</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="leParentPath">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Path for parent layer</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lName">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string>Layer Name:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</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>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>LC_LayerDialogEx</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>126</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>LC_LayerDialogEx</receiver>
<slot>validate()</slot>
<hints>
<hint type="sourcelabel">
<x>126</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>validate()</slot>
</slots>
<buttongroups>
<buttongroup name="bgLayerType"/>
</buttongroups>
</ui>