Subversion Repositories public

Rev

Go to most recent revision | 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>500</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="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="showToolTips">
            <bool>false</bool>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton_Cancel</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>400</x>
                <y>460</y>
                <width>86</width>
                <height>34</height>
            </rect>
        </property>
        <property name="text">
            <string>Schliessen</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>pushButton_Cancel</sender>
        <signal>toggled(bool)</signal>
        <receiver>Ratenplan</receiver>
        <slot>pbCancelSlot()</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>kListView_Plan</tabstop>
    <tabstop>pushButton_Cancel</tabstop>
</tabstops>
<slots>
    <slot>pbCancelSlot()</slot>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>klistview.h</includehint>
</includehints>
</UI>