|
Last change
on this file since 531 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>Dialog</class>
|
|---|
| 3 | <widget class="QDialog" name="Dialog" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>451</width>
|
|---|
| 9 | <height>322</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>Dialog</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <layout class="QGridLayout" >
|
|---|
| 16 | <item row="0" column="0" >
|
|---|
| 17 | <widget class="QPushButton" name="loadFromFileButton" >
|
|---|
| 18 | <property name="text" >
|
|---|
| 19 | <string>Load Image From File...</string>
|
|---|
| 20 | </property>
|
|---|
| 21 | </widget>
|
|---|
| 22 | </item>
|
|---|
| 23 | <item row="1" column="0" >
|
|---|
| 24 | <widget class="QLabel" name="label" >
|
|---|
| 25 | <property name="text" >
|
|---|
| 26 | <string>Launch two of these dialogs. In the first, press the top button and load an image from a file. In the second, press the bottom button and display the loaded image from shared memory.</string>
|
|---|
| 27 | </property>
|
|---|
| 28 | <property name="alignment" >
|
|---|
| 29 | <set>Qt::AlignCenter</set>
|
|---|
| 30 | </property>
|
|---|
| 31 | <property name="wordWrap" >
|
|---|
| 32 | <bool>true</bool>
|
|---|
| 33 | </property>
|
|---|
| 34 | </widget>
|
|---|
| 35 | </item>
|
|---|
| 36 | <item row="2" column="0" >
|
|---|
| 37 | <widget class="QPushButton" name="loadFromSharedMemoryButton" >
|
|---|
| 38 | <property name="text" >
|
|---|
| 39 | <string>Display Image From Shared Memory</string>
|
|---|
| 40 | </property>
|
|---|
| 41 | </widget>
|
|---|
| 42 | </item>
|
|---|
| 43 | </layout>
|
|---|
| 44 | </widget>
|
|---|
| 45 | <resources/>
|
|---|
| 46 | <connections/>
|
|---|
| 47 | </ui>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.