LibreCAD / librecad /src /ui /action_options /modify /qg_modifyoffsetoptions.ui
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a5ffdcd verified
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Ui_ModifyOffsetOptions</class>
<widget class="QWidget" name="Ui_ModifyOffsetOptions">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>728</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</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="windowTitle">
<string>Modify Offset Options</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item row="0" column="11">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="7">
<widget class="QSpinBox" name="sbNumberOfCopies">
<property name="toolTip">
<string>Number of copies.</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>100</number>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QCheckBox" name="cbMultipleCopies">
<property name="toolTip">
<string>If checked, multiple copies will be created. </string>
</property>
<property name="text">
<string>Multiple Copies</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="10">
<widget class="QCheckBox" name="cbCurrentLayer">
<property name="toolTip">
<string>If checked, created entities will be placed into current layer, otherwise they will be in original layers.</string>
</property>
<property name="text">
<string>Use Current Layer</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cbFixedDistance">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>If checked, fixes of distance of offset will be used, otherwise it will be defined by mouse.</string>
</property>
<property name="text">
<string>Fixed Distance</string>
</property>
</widget>
</item>
<item row="0" column="9">
<widget class="QCheckBox" name="cbCurrentAttr">
<property name="toolTip">
<string>If checked, current attributes will be applied to created entities, otherwise original ones will be used. </string>
</property>
<property name="text">
<string>Use Current Attributes</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QCheckBox" name="cbKeepOriginals">
<property name="toolTip">
<string>If checked, original entities will survive, otherwise they will be removed. </string>
</property>
<property name="text">
<string>Keep Originals</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leDist">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Distance for offset from original entity</string>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="tbPickDistance">
<property name="toolTip">
<string>Pick distance from the drawing</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../../res/icons/icons.qrc">
<normaloff>:/icons/interactive_pick_distance.lci</normaloff>:/icons/interactive_pick_distance.lci</iconset>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="../../../../res/icons/icons.qrc"/>
</resources>
<connections>
<connection>
<sender>leDist</sender>
<signal>textChanged(QString)</signal>
<receiver>Ui_ModifyOffsetOptions</receiver>
<slot>updateDist(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>55</x>
<y>10</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>updateDist(QString)</slot>
</slots>
</ui>