tests/auto/uic3/baseline/masterchildwindow.ui.4
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 22 Apr 2010 16:15:11 +0300
branchRCL_3
changeset 14 8c4229025c0b
parent 0 1918ee327afb
permissions -rw-r--r--
930346f3335f271b808bd69409c708262673ba3a

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
  <author></author>
  <comment></comment>
  <exportmacro></exportmacro>
  <class>MasterChildWindowBase</class>
  <widget class="QWidget" name="MasterChildWindowBase">
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>565</width>
        <height>659</height>
      </rect>
    </property>
    <property name="windowTitle">
      <string>Qt Master-Child Example</string>
    </property>
    <layout class="QGridLayout">
      <property name="margin">
        <number>11</number>
      </property>
      <property name="spacing">
        <number>6</number>
      </property>
      <item row="0" column="0">
        <widget class="QLabel" name="TextLabel1">
          <property name="sizePolicy">
            <sizepolicy>
              <hsizetype>1</hsizetype>
              <vsizetype>4</vsizetype>
            </sizepolicy>
          </property>
          <property name="text">
            <string>Master Table</string>
          </property>
          <property name="wordWrap">
            <bool>false</bool>
          </property>
        </widget>
      </item>
      <item row="2" column="0">
        <widget class="QLabel" name="TextLabel2">
          <property name="sizePolicy">
            <sizepolicy>
              <hsizetype>1</hsizetype>
              <vsizetype>4</vsizetype>
            </sizepolicy>
          </property>
          <property name="text">
            <string>Child Table</string>
          </property>
          <property name="wordWrap">
            <bool>false</bool>
          </property>
        </widget>
      </item>
      <item row="1" column="0">
        <widget class="QSqlTable" name="masterTable">
          <property name="sorting">
            <bool>true</bool>
          </property>
          <property name="database" stdset="0">
            <stringlist>
              <string>(default)</string>
              <string>qsql_master</string>
            </stringlist>
          </property>
          <column>
            <property name="text">
              <string>name</string>
            </property>
            <property name="pixmap">
              <pixmap/>
            </property>
            <property name="field">
              <string>name</string>
            </property>
          </column>
        </widget>
      </item>
      <item row="3" column="0">
        <widget class="QSqlTable" name="childTable">
          <property name="sorting">
            <bool>true</bool>
          </property>
          <property name="database" stdset="0">
            <stringlist>
              <string>(default)</string>
              <string>qsql_child</string>
            </stringlist>
          </property>
          <column>
            <property name="text">
              <string>Name</string>
            </property>
            <property name="pixmap">
              <pixmap/>
            </property>
            <property name="field">
              <string>name</string>
            </property>
          </column>
        </widget>
      </item>
    </layout>
  </widget>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
</ui>