Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 305 → Rev 306

/QMK-Groundstation/trunk/Forms/dlg_Preferences.ui
1,26 → 1,107
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dlg_Preferences_UI</class>
<widget class="QDialog" name="dlg_Preferences_UI" >
<property name="geometry" >
<widget class="QDialog" name="dlg_Preferences_UI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>395</width>
<height>298</height>
<width>589</width>
<height>272</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Einstellungen</string>
</property>
<layout class="QGridLayout" name="gridLayout_4" >
<item row="1" column="0" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<layout class="QGridLayout" name="gridLayout_16">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>Verbindung</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>Debug-Daten</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>Navi-Daten</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>Plotter</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>Verzeichnisse</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>KML-Server</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>QMK-Datenserver</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
<string>Flash &amp; Update</string>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
</property>
</item>
</widget>
</item>
<item row="1" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer>
<property name="orientation" >
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>131</width>
<height>31</height>
29,15 → 110,15
</spacer>
</item>
<item>
<widget class="QPushButton" name="okButton" >
<property name="text" >
<widget class="QPushButton" name="okButton">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton" >
<property name="text" >
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
</widget>
44,35 → 125,32
</item>
</layout>
</item>
<item row="0" column="0" >
<widget class="QTabWidget" name="tabWidget" >
<property name="currentIndex" >
<item row="0" column="1">
<widget class="QStackedWidget" name="stackedWidget">
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="usesScrollButtons" >
<bool>true</bool>
</property>
<widget class="QWidget" name="Tab_1" >
<attribute name="title" >
<string>Verbindung </string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox_5" >
<property name="title" >
<widget class="QWidget" name="page">
<layout class="QGridLayout" name="gridLayout_4">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Serieller Port für Verbindung zum MK.</string>
</property>
<layout class="QGridLayout" name="gridLayout_6" >
<item row="0" column="0" >
<widget class="QLabel" name="label_6" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Device: </string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="le_TTY" >
<property name="text" >
<item row="0" column="1">
<widget class="QLineEdit" name="le_TTY">
<property name="text">
<string>/dev/ttyS0</string>
</property>
</widget>
80,182 → 158,122
</layout>
</widget>
</item>
<item row="1" column="0" >
<widget class="QGroupBox" name="groupBox_6" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="title" >
<string>ISP-Adapter (Flash AVR)</string>
</property>
<layout class="QGridLayout" name="gridLayout_5" >
<item row="0" column="0" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>ISP-Adapter: </string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="comboBox" >
<item>
<property name="text" >
<string>Sercon</string>
</property>
</item>
<item>
<property name="text" >
<string>STK200</string>
</property>
</item>
<item>
<property name="text" >
<string>USBProg</string>
</property>
</item>
<item>
<property name="text" >
<string>Atmel AVR ISP (STK500)</string>
</property>
</item>
<item>
<property name="text" >
<string>Atmel AVR ISP mkII (STK500v1)</string>
</property>
</item>
<item>
<property name="text" >
<string>Atmel AVR ISP mkII (STK500v2)</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_5" >
<property name="text" >
<string>Device: </string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="lineEdit_2" />
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="checkBox_2" >
<property name="text" >
<string>Serielle Firmeware-Updates mit AVRDUDE</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" >
<spacer name="verticalSpacer_2" >
<property name="orientation" >
<item row="2" column="0">
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>50</height>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_16">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Verbindung zum Kopter</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Tab_2" >
<attribute name="title" >
<string>Debug-Daten</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3" >
<item row="0" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<widget class="QWidget" name="page_2">
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Debug-Daten intervall</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Intervall langsam :</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QSpinBox" name="sp_Debug_Slow" >
<property name="suffix" >
<item row="1" column="3">
<widget class="QSpinBox" name="sp_Debug_Slow">
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>500</number>
</property>
</widget>
</item>
<item rowspan="2" row="1" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<item row="2" column="0" rowspan="2">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Intervall schnell :</string>
</property>
</widget>
</item>
<item rowspan="2" row="1" column="3" >
<widget class="QSpinBox" name="sp_Debug_Fast" >
<property name="suffix" >
<item row="2" column="3" rowspan="2">
<widget class="QSpinBox" name="sp_Debug_Fast">
<property name="suffix">
<string> ms</string>
</property>
<property name="prefix" >
<property name="prefix">
<string/>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>100</number>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_10" >
<property name="text" >
<item row="4" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Intervall offline :</string>
</property>
</widget>
</item>
<item row="3" column="3" >
<widget class="QSpinBox" name="sp_Debug_Off" >
<property name="suffix" >
<item row="4" column="3">
<widget class="QSpinBox" name="sp_Debug_Off">
<property name="suffix">
<string> ms</string>
</property>
<property name="prefix" >
<property name="prefix">
<string/>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>1000</number>
</property>
</widget>
263,44 → 281,12
</layout>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_2" >
<property name="title" >
<string>Plotter</string>
</property>
<layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Angezeigte Datensätze :</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QSpinBox" name="sp_Plotter_Count" >
<property name="minimum" >
<number>50</number>
</property>
<property name="maximum" >
<number>250</number>
</property>
<property name="singleStep" >
<number>5</number>
</property>
<property name="value" >
<number>100</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<spacer name="verticalSpacer_4" >
<property name="orientation" >
<item row="2" column="0">
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
308,99 → 294,109
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_17">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Debug-Daten</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Seite" >
<attribute name="title" >
<string>Navi-Daten</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_11" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox_9" >
<property name="title" >
<widget class="QWidget" name="Seite_3">
<layout class="QGridLayout" name="gridLayout_7">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_9">
<property name="title">
<string>Navi-Daten Intervall</string>
</property>
<layout class="QGridLayout" name="gridLayout_10" >
<item row="0" column="0" >
<widget class="QLabel" name="label_8" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Intervall langsam :</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QSpinBox" name="sp_Navi_Slow" >
<property name="suffix" >
<item row="0" column="1">
<widget class="QSpinBox" name="sp_Navi_Slow">
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>500</number>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_9" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Intervall schnell :</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QSpinBox" name="sp_Navi_Fast" >
<property name="suffix" >
<item row="1" column="1">
<widget class="QSpinBox" name="sp_Navi_Fast">
<property name="suffix">
<string> ms</string>
</property>
<property name="prefix" >
<property name="prefix">
<string/>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>100</number>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_11" >
<property name="text" >
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Intervall offline :</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QSpinBox" name="sp_Navi_Off" >
<property name="suffix" >
<item row="2" column="1">
<widget class="QSpinBox" name="sp_Navi_Off">
<property name="suffix">
<string> ms</string>
</property>
<property name="prefix" >
<property name="prefix">
<string/>
</property>
<property name="minimum" >
<property name="minimum">
<number>10</number>
</property>
<property name="maximum" >
<property name="maximum">
<number>2550</number>
</property>
<property name="singleStep" >
<property name="singleStep">
<number>10</number>
</property>
<property name="value" >
<property name="value">
<number>250</number>
</property>
</widget>
408,81 → 404,204
</layout>
</widget>
</item>
<item row="1" column="0" >
<spacer name="verticalSpacer_5" >
<property name="orientation" >
<item row="2" column="0">
<spacer name="verticalSpacer_8">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>375</width>
<height>76</height>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Navigations-Daten</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Tab_3" >
<attribute name="title" >
<string>Verzeichnisse</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3" >
<item>
<widget class="QGroupBox" name="groupBox_3" >
<property name="title" >
<string>Verzeichniss für CVS-Dateien (Datenrecorder)</string>
<widget class="QWidget" name="Seite_4">
<layout class="QGridLayout" name="gridLayout_15">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Plotter</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QLineEdit" name="le_DIR_CVS" />
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Angezeigte Datensätze :</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_DIR_CVS" >
<property name="text" >
<string>Verzeichniss auswählen</string>
<item row="0" column="1">
<widget class="QSpinBox" name="sp_Plotter_Count">
<property name="minimum">
<number>50</number>
</property>
<property name="icon" >
<iconset>
<normaloff>:/Actions/Images/22X22/folder-print.png</normaloff>:/Actions/Images/22X22/folder-print.png</iconset>
<property name="maximum">
<number>250</number>
</property>
<property name="singleStep">
<number>5</number>
</property>
<property name="value">
<number>100</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4" >
<property name="title" >
<string>Verzeichniss für Setting-Dateien</string>
<item row="2" column="0">
<spacer name="verticalSpacer_9">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QLineEdit" name="le_DIR_SET" />
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_19">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Plotter-Einstellungen</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Seite_5">
<layout class="QGridLayout" name="gridLayout_14">
<item row="0" column="0">
<widget class="QLabel" name="label_23">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Verzeichnisse</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_12">
<property name="title">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Verzeichniss für CVS-Dateien (Datenrecorder)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_DIR_SET" >
<property name="text" >
<string>Verzeichniss auswählen</string>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pb_DIR_CVS">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../MKTool.qrc">
<normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_DIR_CVS"/>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Verzeichniss für Setting-Dateien</string>
</property>
<property name="icon" >
<iconset>
<normaloff>:/Actions/Images/22X22/folder.png</normaloff>:/Actions/Images/22X22/folder.png</iconset>
</widget>
</item>
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="pb_DIR_SET">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../MKTool.qrc">
<normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_DIR_SET"/>
</item>
</layout>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Verzeichniss für Karten-Cache</string>
</property>
</widget>
</item>
<item row="5" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="pb_DIR_CACHE">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../MKTool.qrc">
<normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_DIR_CACHE"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer" >
<property name="orientation" >
<item row="2" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>21</height>
<height>40</height>
</size>
</property>
</spacer>
489,35 → 608,32
</item>
</layout>
</widget>
<widget class="QWidget" name="Tab_4" >
<attribute name="title" >
<string>Google Earth</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4" >
<item>
<widget class="QGroupBox" name="groupBox_7" >
<property name="title" >
<widget class="QWidget" name="Seite_6">
<layout class="QGridLayout" name="gridLayout_18">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Server</string>
</property>
<layout class="QGridLayout" name="gridLayout_8" >
<item row="0" column="0" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Serverport: </string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="le_ServerPort" >
<property name="text" >
<item row="0" column="1">
<widget class="QLineEdit" name="le_ServerPort">
<property name="text">
<string>10664</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QCheckBox" name="cb_StartServer" >
<property name="text" >
<string>Google Earth Server automatisch starten</string>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="cb_StartServer">
<property name="text">
<string>KML-Server automatisch starten</string>
</property>
</widget>
</item>
524,15 → 640,15
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_8" >
<property name="title" >
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_8">
<property name="title">
<string>Datenanzeige</string>
</property>
<layout class="QGridLayout" name="gridLayout_9" >
<item row="0" column="0" >
<widget class="QCheckBox" name="cb_ToGround" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_9">
<item row="0" column="0">
<widget class="QCheckBox" name="cb_ToGround">
<property name="text">
<string>Höhe bis zum Boden verlängern</string>
</property>
</widget>
540,59 → 656,69
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3" >
<property name="orientation" >
<item row="3" column="0">
<spacer name="verticalSpacer_11">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>37</height>
<width>290</width>
<height>54</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_22">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>KML-Datenserver</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Seite_2" >
<attribute name="title" >
<string>QMK-Datenserver</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_14" >
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox_10" >
<property name="enabled" >
<widget class="QWidget" name="Seite_7">
<layout class="QGridLayout" name="gridLayout_17">
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_10">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title" >
<property name="title">
<string>Server</string>
</property>
<layout class="QGridLayout" name="gridLayout_12" >
<item row="0" column="0" >
<widget class="QLabel" name="label_12" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Server:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="le_QMKS_Host" >
<property name="text" >
<item row="0" column="1">
<widget class="QLineEdit" name="le_QMKS_Host">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_13" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Port:</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="le_QMKS_Port" >
<property name="text" >
<item row="1" column="1">
<widget class="QLineEdit" name="le_QMKS_Port">
<property name="text">
<string/>
</property>
</widget>
600,35 → 726,35
</layout>
</widget>
</item>
<item row="1" column="0" >
<widget class="QGroupBox" name="groupBox_11" >
<property name="enabled" >
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_11">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title" >
<property name="title">
<string>Logindaten</string>
</property>
<layout class="QGridLayout" name="gridLayout_13" >
<item row="0" column="0" >
<widget class="QLabel" name="label_14" >
<property name="text" >
<layout class="QGridLayout" name="gridLayout_13">
<item row="0" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Loginname:</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="le_Login" />
<item row="0" column="1">
<widget class="QLineEdit" name="le_Login"/>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_15" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="le_Password" >
<property name="echoMode" >
<item row="1" column="1">
<widget class="QLineEdit" name="le_Password">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
636,14 → 762,163
</layout>
</widget>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer_12">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>290</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_21">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>QMK-Datenserver Verbindung &amp; Login</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Seite_8">
<layout class="QGridLayout" name="gridLayout_20">
<item row="0" column="0">
<widget class="QLabel" name="label_20">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Firmware Flash &amp; Update</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Pfad zu AVRDUDE </string>
</property>
<layout class="QGridLayout" name="gridLayout_19">
<item row="0" column="0">
<widget class="QPushButton" name="pb_PATH_AVRDUDE">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../MKTool.qrc">
<normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="le_PATH_AVRDUDE"/>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_6">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>ISP-Adapter (Flash AVR)</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>ISP-Adapter: </string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>Sercon</string>
</property>
</item>
<item>
<property name="text">
<string>STK200</string>
</property>
</item>
<item>
<property name="text">
<string>USBProg</string>
</property>
</item>
<item>
<property name="text">
<string>Atmel AVR ISP (STK500)</string>
</property>
</item>
<item>
<property name="text">
<string>Atmel AVR ISP mkII (STK500v1)</string>
</property>
</item>
<item>
<property name="text">
<string>Atmel AVR ISP mkII (STK500v2)</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Device: </string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox_2">
<property name="text">
<string>Serielle Firmeware-Updates mit AVRDUDE</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../MKTool.qrc" />
<include location="../MKTool.qrc"/>
</resources>
<connections>
<connection>
652,11 → 927,11
<receiver>dlg_Preferences_UI</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>278</x>
<y>253</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>96</x>
<y>254</y>
</hint>
668,15 → 943,31
<receiver>dlg_Preferences_UI</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>369</x>
<y>253</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>179</x>
<y>282</y>
</hint>
</hints>
</connection>
<connection>
<sender>listWidget</sender>
<signal>currentRowChanged(int)</signal>
<receiver>stackedWidget</receiver>
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>90</x>
<y>265</y>
</hint>
<hint type="destinationlabel">
<x>439</x>
<y>369</y>
</hint>
</hints>
</connection>
</connections>
</ui>