mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
87344de7d4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
74 lines
1.6 KiB
XML
74 lines
1.6 KiB
XML
<ui version="4.0" >
|
|
<class>SeekWidget</class>
|
|
<widget class="QWidget" name="SeekWidget" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>292</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="_image" >
|
|
<property name="text" >
|
|
<string>icon</string>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="_label" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>5</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text" >
|
|
<string>label</string>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>time_edit</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTimeEdit" name="time_edit" >
|
|
<property name="maximumTime" >
|
|
<time>
|
|
<hour>0</hour>
|
|
<minute>59</minute>
|
|
<second>59</second>
|
|
</time>
|
|
</property>
|
|
<property name="minimumTime" >
|
|
<time>
|
|
<hour>0</hour>
|
|
<minute>0</minute>
|
|
<second>1</second>
|
|
</time>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="0" margin="0" />
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|