tests/auto/uic3/baseline/form.ui.4
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:43:09 +0200
branchRCL_3
changeset 6 dee5afe5301f
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201008 Kit: 201010

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
  <author></author>
  <comment></comment>
  <exportmacro></exportmacro>
  <class>Form1</class>
  <widget class="QDialog" name="Form1">
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>281</width>
        <height>455</height>
      </rect>
    </property>
    <property name="windowTitle">
      <string>Form1</string>
    </property>
    <layout class="QVBoxLayout">
      <property name="margin">
        <number>11</number>
      </property>
      <property name="spacing">
        <number>6</number>
      </property>
      <item>
        <widget class="QLineEdit" name="number"/>
      </item>
      <item>
        <widget class="Q3ListView" name="listview">
          <column>
            <property name="text">
              <string>Column 1</string>
            </property>
            <property name="clickable">
              <bool>true</bool>
            </property>
            <property name="resizeable">
              <bool>true</bool>
            </property>
          </column>
        </widget>
      </item>
    </layout>
  </widget>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <connections>
    <connection>
      <sender>number</sender>
      <signal>returnPressed()</signal>
      <receiver>Form1</receiver>
      <slot>doInsert()</slot>
    </connection>
  </connections>
</ui>