mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
e3c97a1914
Use a vector to store a list of matched ui_ includes, instead of overwriting the previous match.
30 lines
588 B
XML
30 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Widget2</class>
|
|
<widget class="QWidget" name="Widget1">
|
|
<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="QListWidget" name="listWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>256</width>
|
|
<height>192</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|