qt6-bb10/tests/auto/tools/uic/baseline/qtbug126265.ui

52 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<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>Form</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>91</width>
<height>29</height>
</rect>
</property>
<property name="text(&quot;Hello world!&quot;); injected code;//">
<enum>Qt::FocusPolicy::WheelFocus</enum>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>70</x>
<y>110</y>
<width>91</width>
<height>29</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::FocusPolicy::WheelFocus); injected code;//</enum>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>