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.

107 lines
2.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewDataSourceDialog</class>
<widget class="QDialog" name="NewDataSourceDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>786</width>
<height>334</height>
</rect>
</property>
<property name="windowTitle">
<string>New data source</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0" colspan="2">
<widget class="QStackedWidget" name="widgets">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="e_sourceName"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Data source type</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cb_sourceType">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>CSV</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Data source name</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>NewDataSourceDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>623</x>
<y>323</y>
</hint>
<hint type="destinationlabel">
<x>600</x>
<y>333</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>NewDataSourceDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>563</x>
<y>317</y>
</hint>
<hint type="destinationlabel">
<x>461</x>
<y>331</y>
</hint>
</hints>
</connection>
</connections>
</ui>