summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmldesigner/data/qwidget/test.qml
blob: 6f0fb82554095842cceea74dd951ae3d773ebab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<QWidget id="Form" x="300" y="200" width="455" height="376">
        <QPushButton id="pushButton" x="10" y="30" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
        <QPushButton id="toolButton" x="20" y="170" width="27" height="23">
            <text><?i18n?>...</text>
        </QPushButton>
        <QPushButton id="pushButton_2" x="180" y="170" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
	<QPushButton id="pushButton_3" x="180" y="200" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
	<QPushButton id="pushButton_4" x="180" y="230" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
	<QPushButton id="pushButton_5" x="180" y="260" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
	<QPushButton id="pushButton_6" x="180" y="290" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
	<QPushButton id="pushButton_7" x="180" y="330" width="75" height="25">
            <text><?i18n?>PushButton</text>
        </QPushButton>
</QWidget>