cb24903ef4
Instead of just QVariant(enum_value). Task-number: QTBUG-49383 Change-Id: Id57c65b68d4328816046bc35301dc6afba47b727 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
40 lines
850 B
XML
40 lines
850 B
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="WorldTimeClock" name="worldTimeClock">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>100</y>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="penStyle" stdset="0">
|
|
<enum>Qt::DashDotLine</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>WorldTimeClock</class>
|
|
<extends>QWidget</extends>
|
|
<header>worldtimeclock.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|