diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /kmymoney2/views/kinvestmentviewdecl.ui | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/views/kinvestmentviewdecl.ui')
-rw-r--r-- | kmymoney2/views/kinvestmentviewdecl.ui | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/kmymoney2/views/kinvestmentviewdecl.ui b/kmymoney2/views/kinvestmentviewdecl.ui new file mode 100644 index 0000000..1c74d50 --- /dev/null +++ b/kmymoney2/views/kinvestmentviewdecl.ui @@ -0,0 +1,83 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KInvestmentViewDecl</class> +<widget class="QWidget"> + <property name="name"> + <cstring>KInvestmentViewDecl</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>707</width> + <height>346</height> + </rect> + </property> + <property name="caption"> + <string>Investment Summary</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Select Account:</string> + </property> + </widget> + <widget class="KMyMoneyAccountCombo"> + <property name="name"> + <cstring>m_accountComboBox</cstring> + </property> + </widget> + <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>280</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="KListView"> + <property name="name"> + <cstring>m_table</cstring> + </property> + <property name="font"> + <font> + </font> + </property> + <property name="shadeSortColumn"> + <bool>false</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Summary of the equities contained in this account, showing your holdings and their most recent price.</string> + </property> + </widget> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |