Mitgliederverwaltung für einen Landesverband, Clientkomponente
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.
 
 
 
pmv-client/importdialog.ui

175 lines
3.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ImportDialog</class>
<widget class="QDialog" name="ImportDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>755</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
<string>Importieren</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>400</x>
<y>450</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>650</x>
<y>50</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Laden</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>321</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Spalten-Trennzeichen</string>
</property>
<widget class="QRadioButton" name="radioButton_semicolon">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Semikolon</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_tab">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Tabulator</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_comma">
<property name="geometry">
<rect>
<x>200</x>
<y>30</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Komma</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="checkBox_header">
<property name="geometry">
<rect>
<x>350</x>
<y>20</y>
<width>281</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Erste Zeile beinhaltet Spaltenüberschriften</string>
</property>
</widget>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>731</width>
<height>351</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_quotes">
<property name="geometry">
<rect>
<x>350</x>
<y>50</y>
<width>261</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Anführungszeichen um Texte entfernen</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ImportDialog</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>ImportDialog</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>