You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.7 KiB
112 lines
2.7 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>LXQtWorldClockConfigurationTimeZones</class>
|
|
<widget class="QDialog" name="LXQtWorldClockConfigurationTimeZones">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>718</width>
|
|
<height>280</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>World Clock Time Zones</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QTreeWidget" name="timeZonesTW">
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>4</number>
|
|
</property>
|
|
<attribute name="headerDefaultSectionSize">
|
|
<number>150</number>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string>Time zone</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Comment</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Country</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttons">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>timeZonesTW</tabstop>
|
|
<tabstop>buttons</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttons</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>LXQtWorldClockConfigurationTimeZones</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>86</x>
|
|
<y>244</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>97</x>
|
|
<y>253</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttons</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>LXQtWorldClockConfigurationTimeZones</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>67</x>
|
|
<y>244</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>62</x>
|
|
<y>253</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<signal>maximumNetSpeedChanged(QString)</signal>
|
|
<slot>on_typeCOB_currentIndexChanged(int)</slot>
|
|
<slot>on_sourceCOB_currentIndexChanged(int)</slot>
|
|
<slot>on_maximumHS_valueChanged(int)</slot>
|
|
<slot>saveSettings()</slot>
|
|
</slots>
|
|
</ui>
|