You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
283 lines
8.4 KiB
Plaintext
283 lines
8.4 KiB
Plaintext
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>CampSettingsForm</class>
|
||
|
<widget class="QWidget" name="CampSettingsForm">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>696</width>
|
||
|
<height>489</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="title">
|
||
|
<string>Person prices</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QWidget" name="widget" native="true">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnPriceAdd">
|
||
|
<property name="toolTip">
|
||
|
<string>Add</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnPriceRemove">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Remove</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/remove.svg</normaloff>:/icons/remove.svg</iconset>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnPriceDisable">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Deactivate</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/ok.svg</normaloff>:/icons/ok.svg</iconset>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnPriceFilter">
|
||
|
<property name="toolTip">
|
||
|
<string>Filter active</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/filter.svg</normaloff>:/icons/filter.svg</iconset>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tablePersonPrices"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
<property name="title">
|
||
|
<string>Sales</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
|
<item>
|
||
|
<widget class="QWidget" name="widget_2" native="true">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnSaleAdd">
|
||
|
<property name="toolTip">
|
||
|
<string>Add</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="btnSaleRemove">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Remove</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../../core/rc.qrc">
|
||
|
<normaloff>:/icons/remove.svg</normaloff>:/icons/remove.svg</iconset>
|
||
|
</property>
|
||
|
<property name="autoRaise">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tableSales"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_3">
|
||
|
<property name="title">
|
||
|
<string>Other settings</string>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Accommodation fee</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Rounding</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QComboBox" name="rounding"/>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="decimalPlaceslab">
|
||
|
<property name="text">
|
||
|
<string>Decimal places</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="decimalPlaces">
|
||
|
<property name="buttonSymbols">
|
||
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
</property>
|
||
|
<property name="decimals">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>100000.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="accFee">
|
||
|
<property name="buttonSymbols">
|
||
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>99999.990000000005239</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../../core/rc.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|