Subversion Repositories public

Rev

Rev 61 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ratenplanWidgetBase</class>
<comment>Zeigt einen zuvor errechneten Ratenplan an.</comment>
<author>Andreas Theofilu &lt;andreas@TheoSys.at&gt;</author>
<widget class="QDialog">
    <property name="name">
        <cstring>Ratenplan</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>844</width>
            <height>520</height>
        </rect>
    </property>
    <property name="caption">
        <string>Ratenplan</string>
    </property>
    <property name="icon">
        <pixmap>hi16-app-tilgungsplan.png</pixmap>
    </property>
    <property name="iconText">
        <string>Ratenplan</string>
    </property>
    <property name="modal">
        <bool>true</bool>
    </property>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Clipboard</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>440</x>
                <y>460</y>
                <width>240</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Plan in Zwischenablage einfügen</string>
        </property>
        <property name="toggleButton">
            <bool>false</bool>
        </property>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Save</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>700</x>
                <y>460</y>
                <width>80</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Speichern</string>
        </property>
        <property name="toggleButton">
            <bool>false</bool>
        </property>
    </widget>
    <widget class="KListView">
        <column>
            <property name="text">
                <string>Zeile</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Datum</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Text</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Kapital</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Tilgung</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Annuität</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Zinsen</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Restkapital</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <property name="name">
            <cstring>kListView_Plan</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>10</y>
                <width>830</width>
                <height>440</height>
            </rect>
        </property>
        <property name="selectionMode" stdset="0">
            <enum>NoSelection</enum>
        </property>
        <property name="allColumnsShowFocus">
            <bool>true</bool>
        </property>
        <property name="showSortIndicator">
            <bool>true</bool>
        </property>
        <property name="showToolTips">
            <bool>false</bool>
        </property>
        <property name="dragEnabled">
            <bool>true</bool>
        </property>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Cancel</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>70</x>
                <y>460</y>
                <width>90</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Schliessen</string>
        </property>
        <property name="toggleButton">
            <bool>false</bool>
        </property>
        <property name="default">
            <bool>true</bool>
        </property>
    </widget>
    <widget class="QLabel">
        <property name="name">
            <cstring>textLabel_Status</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>0</x>
                <y>500</y>
                <width>840</width>
                <height>20</height>
            </rect>
        </property>
        <property name="text">
            <string></string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>kListView_Plan</sender>
        <signal>clicked(QListViewItem*)</signal>
        <receiver>Ratenplan</receiver>
        <slot>lbSelSlot(QListViewItem*)</slot>
    </connection>
    <connection>
        <sender>kPushButton_Clipboard</sender>
        <signal>clicked()</signal>
        <receiver>Ratenplan</receiver>
        <slot>pbClipboardSlot()</slot>
    </connection>
    <connection>
        <sender>kPushButton_Save</sender>
        <signal>clicked()</signal>
        <receiver>Ratenplan</receiver>
        <slot>pbSaveSlot()</slot>
    </connection>
    <connection>
        <sender>kPushButton_Cancel</sender>
        <signal>clicked()</signal>
        <receiver>Ratenplan</receiver>
        <slot>pbCancelSlot()</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>kListView_Plan</tabstop>
    <tabstop>kPushButton_Cancel</tabstop>
    <tabstop>kPushButton_Clipboard</tabstop>
    <tabstop>kPushButton_Save</tabstop>
</tabstops>
<slots>
    <slot>lbSelSlot(QListViewItem *item)</slot>
    <slot>pbCancelSlot()</slot>
    <slot>pbClipboardSlot()</slot>
    <slot>pbSaveSlot()</slot>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>kpushbutton.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>klistview.h</includehint>
    <includehint>kpushbutton.h</includehint>
</includehints>
</UI>