qt5base-lts/tests/auto/tools/uic/baseline/idbased.ui
Friedemann Kleint d4079b0797 uic: Support id-based translations
Use Ids from newly introduced id attribute depending
on the global form setting.

Change-Id: I0a5094d5543c0714c88511fa159b60afc9be3c81
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2018-01-18 11:31:09 +00:00

38 lines
987 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" idbasedtr="true">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string id="windowTitleId">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="pushButton">
<property name="toolTip">
<string id="buttonToolTipId">ButtonToolTip</string>
</property>
<property name="statusTip">
<string id="buttonStatusTipId">ButtonStatusTip</string>
</property>
<property name="whatsThis">
<string id="buttonWhatsThisId">ButtonWhatsThis</string>
</property>
<property name="text">
<string id="buttonTextId">PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>