2024-11-19 19:52:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewLayoutDialog</class>
<widget class="QDialog" name="NewLayoutDialog">
2024-11-21 20:04:42 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>264</width>
<height>173</height>
</rect>
</property>
2024-11-19 19:52:47 +00:00
<property name="windowTitle">
2024-11-21 20:04:42 +00:00
<string>New Layout Options</string>
2024-11-19 19:52:47 +00:00
</property>
2024-12-14 21:22:28 +00:00
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>true</bool>
</property>
2024-11-19 19:52:47 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
2024-12-14 21:22:28 +00:00
<property name="frameShape">
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Plain</enum>
</property>
2024-11-19 19:52:47 +00:00
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2024-12-14 21:22:28 +00:00
<width>240</width>
<height>109</height>
2024-11-19 19:52:47 +00:00
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<property name="verticalSpacing">
<number>10</number>
</property>
2024-11-21 20:04:42 +00:00
<item row="1" column="1">
<widget class="QLabel" name="label_NameError">
<property name="visible">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0)</string>
</property>
2024-11-19 19:52:47 +00:00
<property name="text">
2024-11-21 20:04:42 +00:00
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
2024-11-19 19:52:47 +00:00
</property>
</widget>
</item>
2024-11-21 20:04:42 +00:00
<item row="5" column="0" colspan="2">
<widget class="NewLayoutForm" name="newLayoutForm" native="true"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_LayoutID">
2024-11-19 19:52:47 +00:00
<property name="toolTip">
2024-11-21 20:04:42 +00:00
<string><html><head/><body><p>The constant that will be used to refer to this layout. It cannot be the same as any other existing layout.</p></body></html></string>
2024-11-19 19:52:47 +00:00
</property>
2024-12-06 17:29:40 +00:00
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
2024-11-19 19:52:47 +00:00
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_Name">
<property name="text">
<string>Layout Name</string>
</property>
</widget>
</item>
2024-11-21 20:04:42 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_LayoutID">
2024-11-19 19:52:47 +00:00
<property name="text">
2024-11-21 20:04:42 +00:00
<string>Layout ID</string>
2024-11-19 19:52:47 +00:00
</property>
2024-11-21 20:04:42 +00:00
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_Name">
<property name="toolTip">
<string><html><head/><body><p>The name of the new layout. The name cannot be the same as any other existing layout.</p></body></html></string>
</property>
<property name="clearButtonEnabled">
2024-11-19 19:52:47 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2024-11-21 20:04:42 +00:00
<item row="3" column="1">
<widget class="QLabel" name="label_LayoutIDError">
2024-11-19 19:52:47 +00:00
<property name="visible">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0)</string>
</property>
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
2024-11-21 20:04:42 +00:00
<item>
<widget class="QLabel" name="label_GenericError">
2024-11-26 20:33:56 +00:00
<property name="visible">
<bool>false</bool>
</property>
2024-11-21 20:04:42 +00:00
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 0)</string>
</property>
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2024-11-19 19:52:47 +00:00
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok|QDialogButtonBox::StandardButton::Reset</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>NewLayoutForm</class>
<extends>QWidget</extends>
<header>newlayoutform.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>