-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>ImportScheduleWidget</class>
- <widget class="QWidget" name="ImportScheduleWidget" >
- <property name="geometry" >
+ <widget class="QWidget" name="ImportScheduleWidget">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>671</width>
- <height>66</height>
+ <width>710</width>
+ <height>79</height>
</rect>
</property>
- <property name="sizePolicy" >
- <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Import schedule</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <widget class="QLabel" name="importScheduleLabel" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
+ <widget class="QLabel" name="importScheduleLabel">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="text" >
- <string>Import schedule: </string>
+ <property name="text">
+ <string>Schedule:</string>
</property>
</widget>
</item>
<item>
- <widget class="QGroupBox" name="importAction" >
- <property name="title" >
- <string/>
+ <widget class="QPushButton" name="changeUrl">
+ <property name="text">
+ <string>Change Url</string>
</property>
- <layout class="QHBoxLayout" name="horizontalLayout" >
- <item>
- <widget class="QRadioButton" name="update" >
- <property name="text" >
- <string>Update</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="replace" >
- <property name="text" >
- <string>Replace</string>
- </property>
- </widget>
- </item>
- </layout>
</widget>
</item>
<item>
- <widget class="QPushButton" name="online" >
- <property name="text" >
- <string>Online</string>
+ <widget class="QPushButton" name="online">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>10</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Reresh</string>
</property>
</widget>
</item>
<item>
- <widget class="QToolButton" name="proxySettings" >
- <property name="text" >
- <string>...</string>
- </property>
- <property name="icon" >
- <iconset resource="../icons.qrc" >
- <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
- </property>
- <property name="autoRaise" >
- <bool>true</bool>
+ <widget class="QPushButton" name="newConfFromUrl">
+ <property name="text">
+ <string>From Url</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="browse" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <widget class="QPushButton" name="browse">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="text" >
- <string>Browse</string>
+ <property name="text">
+ <string>From File</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="delConf">
+ <property name="text">
+ <string>Delete</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="cancel" >
- <property name="text" >
+ <widget class="QPushButton" name="cancel">
+ <property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
<item>
- <widget class="QProgressBar" name="progressBar" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+ <widget class="QProgressBar" name="progressBar">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>10</verstretch>
</sizepolicy>
</property>
- <property name="value" >
+ <property name="value">
<number>0</number>
</property>
- <property name="textVisible" >
+ <property name="textVisible">
<bool>false</bool>
</property>
</widget>
</layout>
</widget>
<resources>
- <include location="../icons.qrc" />
+ <include location="../icons.qrc"/>
</resources>
<connections/>
</ui>