Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > d90dc4ebc348ba09c4cdeceeb1b1abf2 > files > 111

PyQt-3.5-1mdk.ppc.rpm

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>Form1</class>
<widget class="QDialog">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>600</width>
            <height>370</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form1</string>
    </property>
    <widget class="QDataTable">
        <column>
            <property name="text">
                <string>Forename</string>
            </property>
            <property name="field">
                <string>forename</string>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Surname</string>
            </property>
            <property name="field">
                <string>surname</string>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Salary</string>
            </property>
            <property name="field">
                <string>salary</string>
            </property>
        </column>
        <column>
            <property name="text">
                <string>Statusid</string>
            </property>
            <property name="field">
                <string>statusid</string>
            </property>
        </column>
        <property name="name">
            <cstring>DataTable2</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>0</x>
                <y>0</y>
                <width>600</width>
                <height>370</height>
            </rect>
        </property>
        <property name="sorting">
            <bool>true</bool>
        </property>
        <property name="confirmDelete">
            <bool>true</bool>
        </property>
        <property name="database" stdset="0">
            <stringlist>
                <string>(default)</string>
                <string>staff</string>
            </stringlist>
        </property>
    </widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>