Warning, /office/kmymoney/kmymoney/views/kinvestmentview.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KInvestmentView</class>
0004  <widget class="QWidget" name="KInvestmentView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>439</width>
0010     <height>274</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Investment Summary</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QTabWidget" name="m_tab">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="m_equitiesTab">
0023       <attribute name="title">
0024        <string>Equities</string>
0025       </attribute>
0026       <layout class="QVBoxLayout">
0027        <property name="leftMargin">
0028         <number>0</number>
0029        </property>
0030        <property name="topMargin">
0031         <number>0</number>
0032        </property>
0033        <property name="rightMargin">
0034         <number>0</number>
0035        </property>
0036        <property name="bottomMargin">
0037         <number>0</number>
0038        </property>
0039        <item>
0040         <layout class="QHBoxLayout" stretch="70,250,300">
0041          <item>
0042           <widget class="QLabel" name="textLabel1">
0043            <property name="text">
0044             <string>Select Account:</string>
0045            </property>
0046            <property name="wordWrap">
0047             <bool>false</bool>
0048            </property>
0049           </widget>
0050          </item>
0051          <item>
0052           <widget class="KMyMoneyAccountCombo" name="m_accountComboBox"/>
0053          </item>
0054          <item>
0055           <spacer name="spacer1">
0056            <property name="orientation">
0057             <enum>Qt::Horizontal</enum>
0058            </property>
0059            <property name="sizeType">
0060             <enum>QSizePolicy::Expanding</enum>
0061            </property>
0062            <property name="sizeHint" stdset="0">
0063             <size>
0064              <width>280</width>
0065              <height>20</height>
0066             </size>
0067            </property>
0068           </spacer>
0069          </item>
0070         </layout>
0071        </item>
0072        <item>
0073         <layout class="QHBoxLayout">
0074          <item>
0075           <widget class="QTreeView" name="m_equitiesTree">
0076            <property name="contextMenuPolicy">
0077             <enum>Qt::CustomContextMenu</enum>
0078            </property>
0079            <property name="toolTip">
0080             <string>Summary of the equities contained in this account, showing your holdings and their most recent price.</string>
0081            </property>
0082            <property name="editTriggers">
0083             <set>QAbstractItemView::DoubleClicked</set>
0084            </property>
0085            <property name="showDropIndicator" stdset="0">
0086             <bool>false</bool>
0087            </property>
0088            <property name="alternatingRowColors">
0089             <bool>true</bool>
0090            </property>
0091            <property name="indentation">
0092             <number>0</number>
0093            </property>
0094            <property name="rootIsDecorated">
0095             <bool>false</bool>
0096            </property>
0097            <property name="itemsExpandable">
0098             <bool>false</bool>
0099            </property>
0100            <property name="sortingEnabled">
0101             <bool>true</bool>
0102            </property>
0103            <property name="allColumnsShowFocus">
0104             <bool>true</bool>
0105            </property>
0106           </widget>
0107          </item>
0108         </layout>
0109        </item>
0110       </layout>
0111      </widget>
0112      <widget class="QWidget" name="m_securitiesTab">
0113       <attribute name="title">
0114        <string>Securities</string>
0115       </attribute>
0116       <layout class="QHBoxLayout">
0117        <item>
0118         <layout class="QVBoxLayout" name="m_securitiesLayout">
0119          <item>
0120           <widget class="QLineEdit" name="m_searchSecurities"/>
0121          </item>
0122          <item>
0123           <widget class="QTreeView" name="m_securitiesTree">
0124            <property name="editTriggers">
0125             <set>QAbstractItemView::DoubleClicked</set>
0126            </property>
0127            <property name="showDropIndicator" stdset="0">
0128             <bool>false</bool>
0129            </property>
0130            <property name="alternatingRowColors">
0131             <bool>true</bool>
0132            </property>
0133            <property name="indentation">
0134             <number>0</number>
0135            </property>
0136            <property name="rootIsDecorated">
0137             <bool>false</bool>
0138            </property>
0139            <property name="itemsExpandable">
0140             <bool>false</bool>
0141            </property>
0142            <property name="sortingEnabled">
0143             <bool>true</bool>
0144            </property>
0145            <property name="allColumnsShowFocus">
0146             <bool>true</bool>
0147            </property>
0148            <property name="expandsOnDoubleClick">
0149             <bool>false</bool>
0150            </property>
0151           </widget>
0152          </item>
0153         </layout>
0154        </item>
0155        <item>
0156         <layout class="QVBoxLayout">
0157          <item>
0158           <widget class="QPushButton" name="m_editSecurityButton">
0159            <property name="toolTip">
0160             <string>Modify the selected entry</string>
0161            </property>
0162            <property name="whatsThis">
0163             <string>Change the security information of the selected entry.</string>
0164            </property>
0165            <property name="text">
0166             <string>Edit...</string>
0167            </property>
0168           </widget>
0169          </item>
0170          <item>
0171           <widget class="QPushButton" name="m_deleteSecurityButton">
0172            <property name="toolTip">
0173             <string>Delete this entry</string>
0174            </property>
0175            <property name="whatsThis">
0176             <string>Remove this security item from the file</string>
0177            </property>
0178            <property name="text">
0179             <string>Delete...</string>
0180            </property>
0181           </widget>
0182          </item>
0183          <item>
0184           <spacer name="spacer3">
0185            <property name="orientation">
0186             <enum>Qt::Vertical</enum>
0187            </property>
0188            <property name="sizeType">
0189             <enum>QSizePolicy::Expanding</enum>
0190            </property>
0191            <property name="sizeHint" stdset="0">
0192             <size>
0193              <width>20</width>
0194              <height>110</height>
0195             </size>
0196            </property>
0197           </spacer>
0198          </item>
0199          <item>
0200           <spacer name="spacer7">
0201            <property name="orientation">
0202             <enum>Qt::Vertical</enum>
0203            </property>
0204            <property name="sizeType">
0205             <enum>QSizePolicy::Expanding</enum>
0206            </property>
0207            <property name="sizeHint" stdset="0">
0208             <size>
0209              <width>20</width>
0210              <height>51</height>
0211             </size>
0212            </property>
0213           </spacer>
0214          </item>
0215         </layout>
0216        </item>
0217       </layout>
0218      </widget>
0219     </widget>
0220    </item>
0221   </layout>
0222  </widget>
0223  <layoutdefault spacing="6" margin="0"/>
0224  <customwidgets>
0225   <customwidget>
0226    <class>KComboBox</class>
0227    <extends>QComboBox</extends>
0228    <header>kcombobox.h</header>
0229   </customwidget>
0230   <customwidget>
0231    <class>KMyMoneyAccountCombo</class>
0232    <extends>KComboBox</extends>
0233    <header>kmymoneyaccountcombo.h</header>
0234   </customwidget>
0235  </customwidgets>
0236  <resources/>
0237  <connections/>
0238 </ui>