Warning, /office/kmymoney/kmymoney/views/kscheduledview.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>KScheduledView</class>
0004   <widget class="QWidget" name="KScheduledView">
0005     <property name="geometry">
0006       <rect>
0007         <x>0</x>
0008         <y>0</y>
0009         <width>339</width>
0010         <height>134</height>
0011       </rect>
0012     </property>
0013     <layout class="QVBoxLayout">
0014       <property name="margin">
0015         <number>0</number>
0016       </property>
0017       <item>
0018         <layout class="QHBoxLayout">
0019           <item>
0020             <widget class="QPushButton" name="m_qbuttonNew">
0021               <property name="text">
0022                 <string>New Scheduled transaction...</string>
0023               </property>
0024             </widget>
0025           </item>
0026           <item>
0027             <spacer name="spacer2">
0028               <property name="orientation">
0029                 <enum>Qt::Horizontal</enum>
0030               </property>
0031               <property name="sizeType">
0032                 <enum>QSizePolicy::Expanding</enum>
0033               </property>
0034               <property name="sizeHint" stdset="0">
0035                 <size>
0036                   <width>80</width>
0037                   <height>20</height>
0038                 </size>
0039               </property>
0040             </spacer>
0041           </item>
0042           <item>
0043             <widget class="QPushButton" name="m_accountsCombo">
0044               <property name="text">
0045                 <string>Filter Accounts</string>
0046               </property>
0047             </widget>
0048           </item>
0049         </layout>
0050       </item>
0051       <item>
0052         <widget class="Line" name="line1">
0053           <property name="frameShape">
0054             <enum>QFrame::HLine</enum>
0055           </property>
0056           <property name="frameShadow">
0057             <enum>QFrame::Sunken</enum>
0058           </property>
0059         </widget>
0060       </item>
0061       <item>
0062         <widget class="QTreeWidget" name="m_scheduleTree">
0063           <property name="alternatingRowColors">
0064             <bool>true</bool>
0065           </property>
0066           <property name="rootIsDecorated">
0067             <bool>true</bool>
0068           </property>
0069           <property name="allColumnsShowFocus">
0070             <bool>true</bool>
0071           </property>
0072           <column>
0073             <property name="text">
0074               <string>Type/Name</string>
0075             </property>
0076           </column>
0077           <column>
0078             <property name="text">
0079               <string>Account</string>
0080             </property>
0081           </column>
0082           <column>
0083             <property name="text">
0084               <string>Payee</string>
0085             </property>
0086           </column>
0087           <column>
0088             <property name="text">
0089               <string>Amount</string>
0090             </property>
0091           </column>
0092           <column>
0093             <property name="text">
0094               <string>Next Due Date</string>
0095             </property>
0096           </column>
0097           <column>
0098             <property name="text">
0099               <string>Frequency</string>
0100             </property>
0101           </column>
0102           <column>
0103             <property name="text">
0104               <string>Payment Method</string>
0105             </property>
0106           </column>
0107         </widget>
0108       </item>
0109     </layout>
0110   </widget>
0111   <layoutdefault spacing="6" margin="11"/>
0112   <customwidgets>
0113     <customwidget>
0114       <class>QTabWidget</class>
0115       <extends>QTabWidget</extends>
0116       <header>ktabwidget.h</header>
0117       <container>1</container>
0118     </customwidget>
0119   </customwidgets>
0120   <resources/>
0121   <connections/>
0122 </ui>