Files
qt-creator/doc/qtcreator/examples/textfinder/textfinder.ui

46 lines
1.0 KiB
Plaintext
Raw Normal View History

2008-12-02 12:01:29 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2009-03-24 17:16:06 +01:00
<class>TextFinder</class>
<widget class="QWidget" name="TextFinder">
2008-12-02 12:01:29 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
2008-12-02 12:01:29 +01:00
</rect>
</property>
<property name="windowTitle">
<string>TextFinder</string>
2008-12-02 12:01:29 +01:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2008-12-02 12:01:29 +01:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
2008-12-02 12:01:29 +01:00
<property name="text">
<string>Keyword</string>
2008-12-02 12:01:29 +01:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
2008-12-02 12:01:29 +01:00
<widget class="QPushButton" name="findButton">
<property name="text">
<string>Find</string>
2008-12-02 12:01:29 +01:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="textEdit"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
2008-12-02 12:01:29 +01:00
</ui>