<string>Edit Conferences</string>
</property>
<property name="windowIcon">
- <iconset resource="../../data/data.qrc">
+ <iconset>
<normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QWidget" name="buttons" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="margin">
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
<number>0</number>
</property>
<item>
<string notr="true"/>
</property>
<property name="icon">
- <iconset resource="../icons.qrc">
+ <iconset>
<normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
</property>
</widget>
<string notr="true"/>
</property>
<property name="icon">
- <iconset resource="../icons.qrc">
+ <iconset>
<normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset>
</property>
</widget>
</property>
</widget>
</item>
+ <item row="1" column="1">
+ <widget class="QLabel" name="conferenceWhere">
+ <property name="text">
+ <string>CITY, CAMPUS</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="label">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <italic>true</italic>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>UTC offset:</string>
+ </property>
+ </widget>
+ </item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="font">
</property>
</widget>
</item>
- <item row="1" column="1">
- <widget class="QLabel" name="conferenceWhere">
+ <item row="2" column="1">
+ <widget class="QLabel" name="conferenceUtcOffset">
<property name="text">
- <string>CITY, CAMPUS</string>
+ <string>N/A</string>
</property>
</widget>
</item>
+ <item row="3" column="0">
+ <widget class="QLabel" name="label_5">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <italic>true</italic>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Display time shift:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QSpinBox" name="conferenceDtsHours">
+ <property name="toolTip">
+ <string>hour</string>
+ </property>
+ <property name="suffix">
+ <string> H</string>
+ </property>
+ <property name="minimum">
+ <number>-14</number>
+ </property>
+ <property name="maximum">
+ <number>14</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="conferenceDtsMinutes">
+ <property name="toolTip">
+ <string>minutes</string>
+ </property>
+ <property name="suffix">
+ <string> M</string>
+ </property>
+ <property name="maximum">
+ <number>59</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</item>
<item>
<string>Reload from URL</string>
</property>
<property name="icon">
- <iconset resource="../icons.qrc">
+ <iconset>
<normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset>
</property>
</widget>
</item>
</layout>
</widget>
- <resources>
- <include location="../../data/data.qrc"/>
- <include location="../icons.qrc"/>
- </resources>
+ <tabstops>
+ <tabstop>confView</tabstop>
+ <tabstop>addBtn</tabstop>
+ <tabstop>removeBtn</tabstop>
+ <tabstop>conferenceDtsHours</tabstop>
+ <tabstop>conferenceDtsMinutes</tabstop>
+ <tabstop>refreshBtn</tabstop>
+ <tabstop>changeUrl</tabstop>
+ </tabstops>
+ <resources/>
<connections/>
</ui>