Warning, /office/kmymoney/kmymoney/dialogs/kmymoneypricedlg.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>KMyMoneyPriceDlg</class>
0004  <widget class="QDialog" name="KMyMoneyPriceDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>806</width>
0010     <height>440</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Price Editor</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QVBoxLayout">
0019      <item>
0020       <layout class="QHBoxLayout">
0021        <item>
0022         <layout class="QVBoxLayout" name="m_listLayout">
0023          <item>
0024           <widget class="QTreeWidget" name="m_priceList">
0025            <property name="sizePolicy">
0026             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0027              <horstretch>1</horstretch>
0028              <verstretch>1</verstretch>
0029             </sizepolicy>
0030            </property>
0031            <property name="whatsThis">
0032             <string>Remove this price item from the file</string>
0033            </property>
0034            <property name="selectionMode">
0035             <enum>QAbstractItemView::ExtendedSelection</enum>
0036            </property>
0037            <property name="rootIsDecorated">
0038             <bool>false</bool>
0039            </property>
0040            <property name="allColumnsShowFocus">
0041             <bool>true</bool>
0042            </property>
0043            <column>
0044             <property name="text">
0045              <string>Commodity</string>
0046             </property>
0047            </column>
0048            <column>
0049             <property name="text">
0050              <string>Stock Name</string>
0051             </property>
0052            </column>
0053            <column>
0054             <property name="text">
0055              <string>Currency</string>
0056             </property>
0057            </column>
0058            <column>
0059             <property name="text">
0060              <string>Date</string>
0061             </property>
0062            </column>
0063            <column>
0064             <property name="text">
0065              <string>Price</string>
0066             </property>
0067            </column>
0068            <column>
0069             <property name="text">
0070              <string comment="Price source">Source</string>
0071             </property>
0072            </column>
0073           </widget>
0074          </item>
0075          <item>
0076           <widget class="QCheckBox" name="m_showAllPrices">
0077            <property name="text">
0078             <string>Show all stored prices</string>
0079            </property>
0080           </widget>
0081          </item>
0082         </layout>
0083        </item>
0084        <item>
0085         <layout class="QVBoxLayout">
0086          <item>
0087           <widget class="QPushButton" name="m_newButton">
0088            <property name="toolTip">
0089             <string>Add a new entry</string>
0090            </property>
0091            <property name="whatsThis">
0092             <string>Create a new price entry.</string>
0093            </property>
0094            <property name="text">
0095             <string comment="@action add new price">New</string>
0096            </property>
0097           </widget>
0098          </item>
0099          <item>
0100           <widget class="QPushButton" name="m_editButton">
0101            <property name="toolTip">
0102             <string>Modify the selected entry</string>
0103            </property>
0104            <property name="whatsThis">
0105             <string>Change the details of selected price information.</string>
0106            </property>
0107            <property name="text">
0108             <string>Modify</string>
0109            </property>
0110           </widget>
0111          </item>
0112          <item>
0113           <widget class="QPushButton" name="m_onlineQuoteButton">
0114            <property name="text">
0115             <string>Online Quotes</string>
0116            </property>
0117           </widget>
0118          </item>
0119          <item>
0120           <widget class="QPushButton" name="m_deleteButton">
0121            <property name="toolTip">
0122             <string>Delete this entry</string>
0123            </property>
0124            <property name="text">
0125             <string>Delete</string>
0126            </property>
0127           </widget>
0128          </item>
0129          <item>
0130           <spacer name="spacer7">
0131            <property name="orientation">
0132             <enum>Qt::Vertical</enum>
0133            </property>
0134            <property name="sizeType">
0135             <enum>QSizePolicy::Expanding</enum>
0136            </property>
0137            <property name="sizeHint" stdset="0">
0138             <size>
0139              <width>21</width>
0140              <height>150</height>
0141             </size>
0142            </property>
0143           </spacer>
0144          </item>
0145         </layout>
0146        </item>
0147       </layout>
0148      </item>
0149      <item>
0150       <widget class="QDialogButtonBox" name="buttonBox">
0151        <property name="standardButtons">
0152         <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
0153        </property>
0154       </widget>
0155      </item>
0156      <item>
0157       <widget class="Line" name="line2">
0158        <property name="frameShape">
0159         <enum>QFrame::HLine</enum>
0160        </property>
0161        <property name="frameShadow">
0162         <enum>QFrame::Sunken</enum>
0163        </property>
0164       </widget>
0165      </item>
0166     </layout>
0167    </item>
0168   </layout>
0169  </widget>
0170  <layoutdefault spacing="6" margin="11"/>
0171  <tabstops>
0172   <tabstop>m_newButton</tabstop>
0173   <tabstop>m_editButton</tabstop>
0174   <tabstop>m_deleteButton</tabstop>
0175   <tabstop>m_onlineQuoteButton</tabstop>
0176  </tabstops>
0177  <resources/>
0178  <connections>
0179   <connection>
0180    <sender>buttonBox</sender>
0181    <signal>accepted()</signal>
0182    <receiver>KMyMoneyPriceDlg</receiver>
0183    <slot>accept()</slot>
0184    <hints>
0185     <hint type="sourcelabel">
0186      <x>186</x>
0187      <y>297</y>
0188     </hint>
0189     <hint type="destinationlabel">
0190      <x>402</x>
0191      <y>219</y>
0192     </hint>
0193    </hints>
0194   </connection>
0195   <connection>
0196    <sender>buttonBox</sender>
0197    <signal>rejected()</signal>
0198    <receiver>KMyMoneyPriceDlg</receiver>
0199    <slot>reject()</slot>
0200    <hints>
0201     <hint type="sourcelabel">
0202      <x>186</x>
0203      <y>297</y>
0204     </hint>
0205     <hint type="destinationlabel">
0206      <x>402</x>
0207      <y>219</y>
0208     </hint>
0209    </hints>
0210   </connection>
0211  </connections>
0212 </ui>