<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>settingsdialog</class> <widget class="QDialog" name="settingsdialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>599</width> <height>727</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>310</x> <y>690</y> <width>251</width> <height>32</height> </rect> </property> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Save</set> </property> </widget> <widget class="QScrollArea" name="scrollArea"> <property name="geometry"> <rect> <x>10</x> <y>0</y> <width>541</width> <height>661</height> </rect> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>539</width> <height>659</height> </rect> </property> <widget class="QWidget" name="gridLayoutWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>531</width> <height>651</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="11" column="1"> <widget class="QLineEdit" name="goodsNetWeightAliasEdit"/> </item> <item row="1" column="1"> <widget class="QLineEdit" name="storesModulesDirEdit"/> </item> <item row="4" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Goods name position</string> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>Goods price per unit alias</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QPushButton" name="storedModulesDirChooseButton"> <property name="text"> <string>Choose</string> </property> </widget> </item> <item row="13" column="1"> <widget class="QLineEdit" name="goodsTotalAliasEdit"/> </item> <item row="14" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Print header</string> </property> </widget> </item> <item row="11" column="0"> <widget class="QLabel" name="label_16"> <property name="text"> <string>Goods net weight alias</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Stores modules url</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="storesModulesURLEdit"/> </item> <item row="13" column="0"> <widget class="QLabel" name="label_18"> <property name="text"> <string>Goods total alias</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Goods name alias</string> </property> </widget> </item> <item row="12" column="1"> <widget class="QSpinBox" name="goodsTotalPositionSpin"/> </item> <item row="9" column="0"> <widget class="QLabel" name="label_14"> <property name="text"> <string>Goods quantity alias</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Stores modules directory</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLineEdit" name="goodsNameAliasEdit"/> </item> <item row="10" column="1"> <widget class="QSpinBox" name="goodsNetWeightPositionSpin"/> </item> <item row="0" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>OFD modules directory</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QSpinBox" name="goodsNamePositionSpin"/> </item> <item row="9" column="1"> <widget class="QLineEdit" name="goodsQuantityAliasEdit"/> </item> <item row="7" column="1"> <widget class="QLineEdit" name="goodsPricePerUnitAliasEdit"/> </item> <item row="6" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Goods price per unit position</string> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="label_15"> <property name="text"> <string>Goods net weight position</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>OFD modules url</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="OFDModulesDirEdit"/> </item> <item row="12" column="0"> <widget class="QLabel" name="label_17"> <property name="text"> <string>Goods total position</string> </property> </widget> </item> <item row="8" column="0"> <widget class="QLabel" name="label_13"> <property name="text"> <string>Goods quantity position</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="OFDModulesURLEdit"/> </item> <item row="8" column="1"> <widget class="QSpinBox" name="goodsQuantityPositionSpin"/> </item> <item row="0" column="2"> <widget class="QPushButton" name="OFDModulesDirChooseButton"> <property name="text"> <string>Choose</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QSpinBox" name="goodsPricePerUnitPositionSpin"/> </item> <item row="15" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Print total</string> </property> </widget> </item> <item row="14" column="1"> <widget class="QCheckBox" name="printHeaderCheckBox"> <property name="text"> <string/> </property> </widget> </item> <item row="15" column="1"> <widget class="QCheckBox" name="printTotalCheckBox"> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> </widget> </widget> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>settingsdialog</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>settingsdialog</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>