Sat, 07 Sep 2019 17:35:43 +0200
Closed branch after it was merged into 'default'.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SubstyleDefinitionDialog</class> <widget class="QDialog" name="SubstyleDefinitionDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>550</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Define Sub-Style</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="header"> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Description:</string> </property> </widget> </item> <item> <widget class="E5ClearableLineEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter a short description for the style</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Words (separated by spaces):</string> </property> </widget> </item> <item> <widget class="QPlainTextEdit" name="wordsEdit"> <property name="toolTip"> <string>Enter the list of words separated by space</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="resetButton"> <property name="toolTip"> <string>Press to reset the data</string> </property> <property name="text"> <string>Reset</string> </property> </widget> </item> <item> <widget class="QPushButton" name="defaultButton"> <property name="toolTip"> <string>Press to set the data to default values (if available)</string> </property> <property name="text"> <string>Defaults</string> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>E5ClearableLineEdit</class> <extends>QLineEdit</extends> <header>E5Gui/E5LineEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>descriptionEdit</tabstop> <tabstop>wordsEdit</tabstop> <tabstop>resetButton</tabstop> <tabstop>defaultButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SubstyleDefinitionDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SubstyleDefinitionDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>