diff options
Diffstat (limited to 'kmymoney2/dialogs/kcurrencycalculatordecl.ui')
-rw-r--r-- | kmymoney2/dialogs/kcurrencycalculatordecl.ui | 414 |
1 files changed, 414 insertions, 0 deletions
diff --git a/kmymoney2/dialogs/kcurrencycalculatordecl.ui b/kmymoney2/dialogs/kcurrencycalculatordecl.ui new file mode 100644 index 0000000..688a282 --- /dev/null +++ b/kmymoney2/dialogs/kcurrencycalculatordecl.ui @@ -0,0 +1,414 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KCurrencyCalculatorDecl</class> +<widget class="QDialog"> + <property name="name"> + <cstring>KCurrencyCalculatorDecl</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>387</width> + <height>368</height> + </rect> + </property> + <property name="caption"> + <string>Exchange Rate/Price Editor</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QFrame"> + <property name="name"> + <cstring>m_amountDateFrame</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Amount</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>m_fromAmount</cstring> + </property> + <property name="text"> + <string>xxx</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer10</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>80</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Date</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>m_dateText</cstring> + </property> + <property name="text"> + <string>xxx</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>145</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox2_2</cstring> + </property> + <property name="title"> + <string>Convert from</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>m_fromType</cstring> + </property> + <property name="text"> + <string>Currency</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>m_fromCurrencyText</cstring> + </property> + <property name="text"> + <string>xxx</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + </hbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox3</cstring> + </property> + <property name="title"> + <string>Convert to</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="spacing"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>m_toType</cstring> + </property> + <property name="text"> + <string>Currency</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>m_toCurrencyText</cstring> + </property> + <property name="text"> + <string>xxx</string> + </property> + <property name="alignment"> + <set>AlignVCenter|AlignRight</set> + </property> + </widget> + </hbox> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout14</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="kMyMoneyEdit" row="1" column="1"> + <property name="name"> + <cstring>m_conversionRate</cstring> + </property> + </widget> + <widget class="QButtonGroup" row="0" column="0" rowspan="3" colspan="1"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="title"> + <string></string> + </property> + <property name="flat"> + <bool>true</bool> + </property> + <property name="exclusive"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_amountButton</cstring> + </property> + <property name="text"> + <string>To amount</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_rateButton</cstring> + </property> + <property name="text"> + <string>Exchange rate / Price</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QFrame" row="3" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>m_dateFrame</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="margin"> + <number>0</number> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Date</string> + </property> + </widget> + <widget class="kMyMoneyDateInput"> + <property name="name"> + <cstring>m_dateEdit</cstring> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel" row="2" column="1"> + <property name="name"> + <cstring>m_conversionExample</cstring> + </property> + <property name="text"> + <string>xx +xx</string> + </property> + </widget> + <widget class="kMyMoneyEdit" row="0" column="1"> + <property name="name"> + <cstring>m_toAmount</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_updateButton</cstring> + </property> + <property name="text"> + <string>Update price history</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + <widget class="Line"> + <property name="name"> + <cstring>line3</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton"> + <property name="name"> + <cstring>m_okButton</cstring> + </property> + <property name="text"> + <string>OK</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>m_cancelButton</cstring> + </property> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<tabstops> + <tabstop>m_amountButton</tabstop> + <tabstop>m_rateButton</tabstop> + <tabstop>m_updateButton</tabstop> + <tabstop>m_okButton</tabstop> + <tabstop>m_cancelButton</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |