Subversion Repositories public

Rev

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

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ziaendWidgetBase</class>
<comment>Dialogbox zur Verwaltung von Zinssatzaenderungen.</comment>
<author>andreas@TheoSys.at</author>
<widget class="QDialog">
    <property name="name">
        <cstring>ziaend</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>450</width>
            <height>400</height>
        </rect>
    </property>
    <property name="sizePolicy">
        <sizepolicy>
            <hsizetype>0</hsizetype>
            <vsizetype>0</vsizetype>
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
        </sizepolicy>
    </property>
    <property name="minimumSize">
        <size>
            <width>450</width>
            <height>300</height>
        </size>
    </property>
    <property name="maximumSize">
        <size>
            <width>450</width>
            <height>400</height>
        </size>
    </property>
    <property name="caption">
        <string>Zinssatzänderung</string>
    </property>
    <property name="modal">
        <bool>true</bool>
    </property>
    <widget class="QGroupBox">
        <property name="name">
            <cstring>groupBox7</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>12</x>
                <y>10</y>
                <width>420</width>
                <height>140</height>
            </rect>
        </property>
        <property name="title">
            <string>Dateneingabe</string>
        </property>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel1</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>18</x>
                    <y>20</y>
                    <width>65</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>Datum</string>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel2</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>18</x>
                    <y>50</y>
                    <width>65</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>Zinssatz</string>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel3</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>20</x>
                    <y>80</y>
                    <width>65</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>Rate</string>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel1_2</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>230</x>
                    <y>50</y>
                    <width>20</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>%</string>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel2_2</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>230</x>
                    <y>80</y>
                    <width>30</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>EUR</string>
            </property>
        </widget>
        <widget class="KDoubleNumInput">
            <property name="name">
                <cstring>kDoubleNumInput_Rate</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>100</x>
                    <y>80</y>
                    <width>120</width>
                    <height>25</height>
                </rect>
            </property>
            <property name="maxValue">
                <number>2e+07</number>
            </property>
            <property name="toolTip" stdset="0">
                <string>Neu Rate, welche ab dem angegebenen Datum gilt, wenn "Ratenvorgabe" aktiviert ist.</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Eingabefeld zur Erfassung der Ratenhöhe. Der Inhalt wird nur dann in der Berechnung berücksichtigt, wenn "Ratenvorgabe" aktiviert wurde.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>checkBox_Rate</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>100</x>
                    <y>110</y>
                    <width>120</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>Ratenvorgabe</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Definiert, dass die angegebene Rate ab dem Datum fix verwendet werden soll.</string>
            </property>
        </widget>
        <widget class="KDateWidget">
            <property name="name">
                <cstring>kDateWidget_Datum</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>100</x>
                    <y>20</y>
                    <width>216</width>
                    <height>23</height>
                </rect>
            </property>
            <property name="date">
                <date>
                    <year>2008</year>
                    <month>1</month>
                    <day>1</day>
                </date>
            </property>
            <property name="toolTip" stdset="0">
                <string>Datum, an dem die Zinssatz-/Ratenänderung stattfinden soll.</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Widget zum Einstellen eines Datums.</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>checkBox_KalkRate</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>238</x>
                    <y>110</y>
                    <width>160</width>
                    <height>20</height>
                </rect>
            </property>
            <property name="text">
                <string>Rate neu berechnen</string>
            </property>
            <property name="checked">
                <bool>true</bool>
            </property>
        </widget>
        <widget class="KDoubleNumInput">
            <property name="name">
                <cstring>kDoubleNumInput_Zinssatz</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>100</x>
                    <y>50</y>
                    <width>120</width>
                    <height>25</height>
                </rect>
            </property>
            <property name="maxValue">
                <number>100</number>
            </property>
            <property name="suffix">
                <string></string>
            </property>
            <property name="precision">
                <number>3</number>
            </property>
            <property name="toolTip" stdset="0">
                <string>Neuer Zinssatz der ab dem angegebenen Datum gilt</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>Eingabefeld für einen Zinnsatz im Bereich 0 bis 100%</string>
            </property>
        </widget>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Remove</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>260</x>
                <y>160</y>
                <width>100</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Entfernen</string>
        </property>
        <property name="accel">
            <string>Alt+N</string>
        </property>
        <property name="toolTip" stdset="0">
            <string>Markierte Zeile der Tabelle entfernen</string>
        </property>
        <property name="whatsThis" stdset="0">
            <string>Button zum entfernen der markierten Zeile aus der Tabelle.</string>
        </property>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Cancel</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>260</x>
                <y>360</y>
                <width>130</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Schliessen</string>
        </property>
        <property name="accel">
            <string>Alt+C</string>
        </property>
        <property name="toolTip" stdset="0">
            <string>Schliesst den Dialog. Alle Eingaben werden verworfen!</string>
        </property>
        <property name="whatsThis" stdset="0">
            <string>Der Button schliesst die Dialogbox und verwirft alle durchgeführten Änderungen.</string>
        </property>
    </widget>
    <widget class="KListView">
        <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>Zinssatz</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Rate</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Fixe R.</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Kalk.Rate</string>
            </property>
            <property name="clickable">
                <bool>true</bool>
            </property>
            <property name="resizable">
                <bool>true</bool>
            </property>
        </column>
        <property name="name">
            <cstring>kListView_Table</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>200</y>
                <width>420</width>
                <height>150</height>
            </rect>
        </property>
        <property name="sizePolicy">
            <sizepolicy>
                <hsizetype>7</hsizetype>
                <vsizetype>7</vsizetype>
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
            </sizepolicy>
        </property>
        <property name="minimumSize">
            <size>
                <width>0</width>
                <height>0</height>
            </size>
        </property>
        <property name="allColumnsShowFocus">
            <bool>true</bool>
        </property>
        <property name="toolTip" stdset="0">
            <string>Liste der Zinssatz-/Ratenänderungen</string>
        </property>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Save</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>50</x>
                <y>360</y>
                <width>130</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Speichern</string>
        </property>
        <property name="accel">
            <string>Alt+S</string>
        </property>
        <property name="default">
            <bool>true</bool>
        </property>
        <property name="toolTip" stdset="0">
            <string>Speichert den Inhalt der Tabelle</string>
        </property>
        <property name="whatsThis" stdset="0">
            <string>Der Button speichert den Inhalt der Tabelle und schliesst die Dialogbox</string>
        </property>
    </widget>
    <widget class="KPushButton">
        <property name="name">
            <cstring>kPushButton_Insert</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>80</x>
                <y>160</y>
                <width>100</width>
                <height>30</height>
            </rect>
        </property>
        <property name="text">
            <string>Einfügen</string>
            <comment>Einfügen</comment>
        </property>
        <property name="accel">
            <string></string>
        </property>
        <property name="stdItem" stdset="0">
            <number>0</number>
        </property>
        <property name="toolTip" stdset="0">
            <string>Inhalt der Eingabezeilen der Tabelle hinzufügen</string>
        </property>
        <property name="whatsThis" stdset="0">
            <string>Button zum Hinzufügen des Inhalts der Eingabezeilen zur Tabelle unten</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>checkBox_KalkRate</sender>
        <signal>toggled(bool)</signal>
        <receiver>ziaend</receiver>
        <slot>cbKalkRateSlot()</slot>
    </connection>
    <connection>
        <sender>checkBox_Rate</sender>
        <signal>toggled(bool)</signal>
        <receiver>ziaend</receiver>
        <slot>cbRateSlot()</slot>
    </connection>
    <connection>
        <sender>kDateWidget_Datum</sender>
        <signal>changed(QDate)</signal>
        <receiver>ziaend</receiver>
        <slot>dtDatumSlot()</slot>
    </connection>
    <connection>
        <sender>kDoubleNumInput_Rate</sender>
        <signal>valueChanged(double)</signal>
        <receiver>ziaend</receiver>
        <slot>numRateSlot()</slot>
    </connection>
    <connection>
        <sender>kDoubleNumInput_Zinssatz</sender>
        <signal>valueChanged(double)</signal>
        <receiver>ziaend</receiver>
        <slot>numZinssatzSlot()</slot>
    </connection>
    <connection>
        <sender>kListView_Table</sender>
        <signal>selectionChanged(QListViewItem*)</signal>
        <receiver>ziaend</receiver>
        <slot>tbSelectSlot(QListViewItem*)</slot>
    </connection>
    <connection>
        <sender>kPushButton_Cancel</sender>
        <signal>clicked()</signal>
        <receiver>ziaend</receiver>
        <slot>pbCancelSlot()</slot>
    </connection>
    <connection>
        <sender>kPushButton_Insert</sender>
        <signal>clicked()</signal>
        <receiver>ziaend</receiver>
        <slot>pbInsertSlot()</slot>
    </connection>
    <connection>
        <sender>kPushButton_Save</sender>
        <signal>clicked()</signal>
        <receiver>ziaend</receiver>
        <slot>pbSaveSlot()</slot>
    </connection>
    <connection>
        <sender>kPushButton_Remove</sender>
        <signal>clicked()</signal>
        <receiver>ziaend</receiver>
        <slot>pbRemoveSlot()</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>kDoubleNumInput_Zinssatz</tabstop>
    <tabstop>kDoubleNumInput_Rate</tabstop>
    <tabstop>checkBox_Rate</tabstop>
    <tabstop>checkBox_KalkRate</tabstop>
    <tabstop>kPushButton_Insert</tabstop>
    <tabstop>kPushButton_Remove</tabstop>
    <tabstop>kListView_Table</tabstop>
    <tabstop>kPushButton_Save</tabstop>
    <tabstop>kPushButton_Cancel</tabstop>
</tabstops>
<slots>
    <slot>dtDatumSlot()</slot>
    <slot>numZinssatzSlot()</slot>
    <slot>numRateSlot()</slot>
    <slot>cbRateSlot()</slot>
    <slot>pbInsertSlot()</slot>
    <slot>pbRemoveSlot()</slot>
    <slot>pbSaveSlot()</slot>
    <slot>tbSelectSlot(QListViewItem *item)</slot>
    <slot>cbKalkRateSlot()</slot>
    <slot>pbCancelSlot()</slot>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>kdatewidget.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>knuminput.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>klistview.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>kpushbutton.h</includehint>
</includehints>
</UI>