2016-03-28 13:22:01 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-06-14 12:54:23 +03:00
|
|
|
<class>PluginSourceDialog</class>
|
|
|
|
<widget class="QDialog" name="PluginSourceDialog">
|
2016-03-28 13:22:01 +03:00
|
|
|
<property name="geometry">
|
2007-09-11 23:31:21 +04:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>207</width>
|
|
|
|
<height>76</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-03-28 13:22:01 +03:00
|
|
|
<property name="windowTitle">
|
2007-09-11 23:31:21 +04:00
|
|
|
<string>Plugin source</string>
|
|
|
|
</property>
|
2016-03-28 13:22:01 +03:00
|
|
|
<layout class="QVBoxLayout" name="pluginSourceLayout">
|
2007-09-11 23:31:21 +04:00
|
|
|
<item>
|
2016-03-28 13:22:01 +03:00
|
|
|
<widget class="QLabel" name="source_lbl">
|
|
|
|
<property name="font">
|
2007-09-11 23:31:21 +04:00
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
<underline>true</underline>
|
|
|
|
</font>
|
|
|
|
</property>
|
2016-03-28 13:22:01 +03:00
|
|
|
<property name="text">
|
2007-09-11 23:31:21 +04:00
|
|
|
<string>Search plugin source:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-28 13:22:01 +03:00
|
|
|
<layout class="QHBoxLayout" name="layout1">
|
2007-09-11 23:31:21 +04:00
|
|
|
<item>
|
2016-03-28 13:22:01 +03:00
|
|
|
<widget class="QPushButton" name="localButton">
|
|
|
|
<property name="text">
|
2007-09-11 23:31:21 +04:00
|
|
|
<string>Local file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-28 13:22:01 +03:00
|
|
|
<widget class="QPushButton" name="urlButton">
|
|
|
|
<property name="text">
|
2007-09-11 23:31:21 +04:00
|
|
|
<string>Web link</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|