2014-05-13 16:18:38 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NewConnectionDialog</class>
|
|
|
|
<widget class="QDialog" name="NewConnectionDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-03-06 16:45:30 -05:00
|
|
|
<width>494</width>
|
|
|
|
<height>224</height>
|
2014-05-13 16:18:38 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Create a new Catalogue connection</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2017-03-06 16:45:30 -05:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLineEdit" name="leURL"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
2014-05-13 16:18:38 -04:00
|
|
|
<property name="text">
|
2017-03-06 16:45:30 -05:00
|
|
|
<string>URL</string>
|
2014-05-13 16:18:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2017-03-06 16:45:30 -05:00
|
|
|
<widget class="QLabel" name="label">
|
2014-05-13 16:18:38 -04:00
|
|
|
<property name="text">
|
2017-03-06 16:45:30 -05:00
|
|
|
<string>Name</string>
|
2014-05-13 16:18:38 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-06 16:45:30 -05:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLineEdit" name="leName"/>
|
2014-05-13 16:18:38 -04:00
|
|
|
</item>
|
2017-03-06 16:45:30 -05:00
|
|
|
<item row="5" column="2">
|
2014-05-13 16:18:38 -04:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-06 16:45:30 -05:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QTabWidget" name="tabNewConnectionOptions">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Authentication</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>421</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>If the service requires basic authentication, enter a user name and optional password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>51</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>User name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>46</width>
|
|
|
|
<height>13</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="leUsername">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>80</x>
|
|
|
|
<y>30</y>
|
|
|
|
<width>341</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" name="lePassword">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>80</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>341</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-13 16:18:38 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-03-06 16:45:30 -05:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>leName</tabstop>
|
|
|
|
<tabstop>leURL</tabstop>
|
|
|
|
<tabstop>leUsername</tabstop>
|
|
|
|
<tabstop>lePassword</tabstop>
|
|
|
|
<tabstop>tabNewConnectionOptions</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2014-05-13 16:18:38 -04:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>NewConnectionDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>NewConnectionDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|