|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PluginRefreshDialog</class>
- <widget class="QDialog" name="PluginRefreshDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>873</width>
- <height>179</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Plugin Refresh</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Preferred</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>30</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QGroupBox" name="group">
- <property name="title">
- <string>Search for:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QRadioButton" name="ch_all">
- <property name="text">
- <string>All plugins, ignoring cache</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="ch_updated">
- <property name="text">
- <string>Updated plugins only</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="ch_invalid">
- <property name="text">
- <string>Check previously invalid plugins</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Preferred</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>6</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QProgressBar" name="progressBar">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- <property name="format">
- <string>Press 'Scan' to begin the search</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_start">
- <property name="text">
- <string>Scan</string>
- </property>
- <property name="icon">
- <iconset resource="../../../resources/resources.qrc">
- <normaloff>:/16x16/arrow-right.svgz</normaloff>:/16x16/arrow-right.svgz</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_skip">
- <property name="text">
- <string>>> Skip</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="b_close">
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources>
- <include location="../../../resources/resources.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>b_close</sender>
- <signal>clicked()</signal>
- <receiver>PluginRefreshDialog</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>426</x>
- <y>231</y>
- </hint>
- <hint type="destinationlabel">
- <x>236</x>
- <y>125</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>ch_updated</sender>
- <signal>toggled(bool)</signal>
- <receiver>ch_invalid</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>436</x>
- <y>78</y>
- </hint>
- <hint type="destinationlabel">
- <x>436</x>
- <y>105</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|