You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmymoney/kmymoney2/widgets/transactionsortoption.ui

291 lines
11 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>TransactionSortOption</class>
<author>Thomas Baumgart &lt;ipwizard@users.sourceforge.net&gt;</author>
<widget class="TQWidget">
<property name="name">
<cstring>TransactionSortOption</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>486</width>
<height>228</height>
</rect>
</property>
<property name="caption">
<string>TransactionSortOptionDecl</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string>Sort options</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>m_availableList</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
<property name="itemsMovable">
<bool>false</bool>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout5</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<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>67</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>m_addButton</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_removeButton</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>67</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string>Sort order</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>m_selectedList</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
<property name="itemsMovable">
<bool>false</bool>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout6</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>67</height>
</size>
</property>
</spacer>
<widget class="KPushButton">
<property name="name">
<cstring>m_upButton</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>m_downButton</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>67</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<connections>
<connection>
<sender>m_addButton</sender>
<signal>clicked()</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotAddItem()</slot>
</connection>
<connection>
<sender>m_availableList</sender>
<signal>selectionChanged(TQListViewItem*)</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotAvailableSelected(TQListViewItem*)</slot>
</connection>
<connection>
<sender>m_downButton</sender>
<signal>clicked()</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotDownItem()</slot>
</connection>
<connection>
<sender>m_removeButton</sender>
<signal>clicked()</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotRemoveItem()</slot>
</connection>
<connection>
<sender>m_selectedList</sender>
<signal>selectionChanged(TQListViewItem*)</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotSelectedSelected(TQListViewItem*)</slot>
</connection>
<connection>
<sender>m_upButton</sender>
<signal>clicked()</signal>
<receiver>TransactionSortOption</receiver>
<slot>slotUpItem()</slot>
</connection>
<connection>
<sender>m_selectedList</sender>
<signal>doubleClicked(TQListViewItem*)</signal>
<receiver>TransactionSortOption</receiver>
<slot>toggleDirection(TQListViewItem*)</slot>
</connection>
<connection>
<sender>m_selectedList</sender>
<signal>spacePressed(TQListViewItem*)</signal>
<receiver>TransactionSortOption</receiver>
<slot>toggleDirection(TQListViewItem*)</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">transactionsortoption.ui.h</include>
</includes>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SIGNALS>
<signal>settingsChanged(const TQString&amp;)</signal>
</Q_SIGNALS>
<Q_SLOTS>
<slot>setSettings( const TQString &amp; settings )</slot>
<slot>toggleDirection( TQListViewItem * item )</slot>
<slot access="protected" specifier="non virtual">slotAvailableSelected( TQListViewItem * item )</slot>
<slot access="protected" specifier="non virtual">slotSelectedSelected( TQListViewItem * item )</slot>
<slot access="protected" specifier="non virtual">slotAddItem( void )</slot>
<slot access="protected" specifier="non virtual">slotRemoveItem( void )</slot>
<slot access="protected" specifier="non virtual">slotUpItem( void )</slot>
<slot access="protected" specifier="non virtual">slotDownItem( void )</slot>
</Q_SLOTS>
<functions>
<function specifier="non virtual">init()</function>
<function access="protected" specifier="non virtual" returnType="TQListViewItem *">addEntry( TDEListView * p, TQListViewItem * after, int idx )</function>
<function specifier="non virtual" returnType="TQString">settings( void ) const</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>