1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SettingsWidget</class>
- <widget class="QWidget" name="SettingsWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1114</width>
- <height>661</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QTabWidget" name="tabWidget">
- <property name="currentIndex">
- <number>3</number>
- </property>
- <widget class="QWidget" name="personalTab">
- <attribute name="title">
- <string>Personal</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="1">
- <widget class="QLabel" name="lastNameLabel">
- <property name="text">
- <string>Last Name</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QLineEdit" name="lastnameLineEdit">
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>required</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="firstNameLabel">
- <property name="text">
- <string>First Name</string>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QLineEdit" name="firstnameLineEdit">
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>required</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLabel" name="companyLabel">
- <property name="text">
- <string>Company</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QLineEdit" name="companyLineEdit">
- <property name="focusPolicy">
- <enum>Qt::StrongFocus</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QLabel" name="employeeLabel">
- <property name="text">
- <string>Employee ID</string>
- </property>
- </widget>
- </item>
- <item row="3" column="2">
- <widget class="QLineEdit" name="employeeidLineEdit">
- <property name="focusPolicy">
- <enum>Qt::StrongFocus</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLabel" name="emailLabel">
- <property name="text">
- <string>eMail</string>
- </property>
- </widget>
- </item>
- <item row="4" column="2">
- <widget class="QLineEdit" name="emailLineEdit">
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <spacer name="horizontalSpacer_5">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>191</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="5" column="1">
- <widget class="QLabel" name="phoneLabel">
- <property name="text">
- <string>Phone</string>
- </property>
- </widget>
- </item>
- <item row="5" column="2">
- <widget class="QLineEdit" name="phoneLineEdit">
- <property name="maxLength">
- <number>40</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- <item row="5" column="3">
- <spacer name="horizontalSpacer_6">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>191</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="flightLoggingTab">
- <attribute name="title">
- <string>Flight Logging</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_5">
- <item row="0" column="1">
- <widget class="QLabel" name="functionLabel">
- <property name="toolTip">
- <string><html><head/><body><p>Default function for auto-logging</p></body></html></string>
- </property>
- <property name="text">
- <string>Function</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QComboBox" name="functionComboBox"/>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="rulesLabel">
- <property name="toolTip">
- <string><html><head/><body><p>Default Flight Rules for auto-logging</p></body></html></string>
- </property>
- <property name="text">
- <string>Flight Rules</string>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QComboBox" name="rulesComboBox">
- <item>
- <property name="text">
- <string>VFR</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>IFR</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="2" column="0">
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>176</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="2" column="1">
- <widget class="QLabel" name="approachLabel">
- <property name="toolTip">
- <string><html><head/><body><p>The default approach for auto-logging</p></body></html></string>
- </property>
- <property name="text">
- <string>Approach</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QComboBox" name="approachComboBox"/>
- </item>
- <item row="2" column="3">
- <spacer name="horizontalSpacer_4">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>175</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="3" column="1">
- <widget class="QLabel" name="nightLabel">
- <property name="toolTip">
- <string><html><head/><body><p>Determines how (if) night time is automatically calculated. </p></body></html></string>
- </property>
- <property name="whatsThis">
- <string><html><head/><body><p><br/></p></body></html></string>
- </property>
- <property name="text">
- <string>Night Time</string>
- </property>
- </widget>
- </item>
- <item row="3" column="2">
- <widget class="QComboBox" name="nightComboBox">
- <property name="toolTip">
- <string><html><head/><body><p>EASA: End of civil evening twilight until beginning of civil morning twilight</p><p>SR/SS: From sunrise to sunset.</p></body></html></string>
- </property>
- <property name="whatsThis">
- <string><html><head/><body><p>EASA: End of civil evening twilight until beginning of civil morning twilight</p><p>SR/SS: From sunrise to sunset.</p></body></html></string>
- </property>
- <item>
- <property name="text">
- <string>NO</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>YES (EASA)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>YES (SR/SS)</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLabel" name="prefixLabel">
- <property name="toolTip">
- <string><html><head/><body><p>Enter you airline Prefix to speed up logging of flight numbers</p></body></html></string>
- </property>
- <property name="text">
- <string>Airline Prefix</string>
- </property>
- </widget>
- </item>
- <item row="4" column="2">
- <widget class="QLineEdit" name="prefixLineEdit">
- <property name="maxLength">
- <number>10</number>
- </property>
- <property name="placeholderText">
- <string>optional</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="currenciesTab">
- <attribute name="title">
- <string>Currencies</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_6">
- <item row="3" column="3">
- <widget class="QCheckBox" name="currToLdgCheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="8" column="0">
- <widget class="QLineEdit" name="currCustom1LineEdit">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="placeholderText">
- <string>custom currency</string>
- </property>
- </widget>
- </item>
- <item row="5" column="3">
- <widget class="QCheckBox" name="currTrCheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="currToLdgLabel">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Take-off / Landing (days)</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>168</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="4" column="2">
- <widget class="QDateEdit" name="currLicDateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="5" column="2">
- <widget class="QDateEdit" name="currTrDateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="9" column="3">
- <widget class="QCheckBox" name="currCustom2CheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="7" column="2">
- <widget class="QDateEdit" name="currMedDateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="3" column="2">
- <widget class="QSpinBox" name="currToLdgSpinBox">
- <property name="toolTip">
- <string><html><head/><body><p>Number of days for TO/LDG currency. Default 90</p></body></html></string>
- </property>
- <property name="value">
- <number>90</number>
- </property>
- </widget>
- </item>
- <item row="7" column="0">
- <widget class="QLabel" name="currMedLabel">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Medical</string>
- </property>
- </widget>
- </item>
- <item row="8" column="3">
- <widget class="QCheckBox" name="currCustom1CheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="9" column="0">
- <widget class="QLineEdit" name="currCustom2LineEdit">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="placeholderText">
- <string>custom currency</string>
- </property>
- </widget>
- </item>
- <item row="6" column="2">
- <widget class="QDateEdit" name="currLckDateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QLabel" name="currLckLabel">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Line Check</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="currTrLabel">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Type Rating</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="currLicLabel">
- <property name="minimumSize">
- <size>
- <width>280</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Licence</string>
- </property>
- </widget>
- </item>
- <item row="6" column="3">
- <widget class="QCheckBox" name="currLckCheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="10" column="1">
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>167</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="9" column="2">
- <widget class="QDateEdit" name="currCustom2DateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="4" column="3">
- <widget class="QCheckBox" name="currLicCheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="8" column="2">
- <widget class="QDateEdit" name="currCustom1DateEdit">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::MonthSection</enum>
- </property>
- <property name="displayFormat">
- <string>MM/dd/yyyy</string>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- <property name="timeSpec">
- <enum>Qt::UTC</enum>
- </property>
- <property name="date">
- <date>
- <year>2020</year>
- <month>1</month>
- <day>1</day>
- </date>
- </property>
- </widget>
- </item>
- <item row="7" column="3">
- <widget class="QCheckBox" name="currMedCheckBox">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="3">
- <widget class="QLabel" name="headerShowLabel">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Show on Home Page</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="appearanceTab">
- <attribute name="title">
- <string>Appearance</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_4">
- <item row="0" column="0">
- <widget class="QLabel" name="styleLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Style</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QPushButton" name="resetStylePushButton">
- <property name="text">
- <string>Reset to Default</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QComboBox" name="styleComboBox"/>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="fontLabel">
- <property name="text">
- <string>Font</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="fontCheckBox">
- <property name="text">
- <string>Use System Font</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QFontComboBox" name="fontComboBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="3">
- <widget class="QSpinBox" name="fontSpinBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="maximumSize">
- <size>
- <width>80</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="minimum">
- <number>8</number>
- </property>
- <property name="maximum">
- <number>18</number>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="pilotSortLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
- </property>
- <property name="whatsThis">
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
- </property>
- <property name="text">
- <string>Sort Pilots by</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QComboBox" name="pilotSortComboBox">
- <property name="toolTip">
- <string><html><head/><body><p>Determines by which column to sort the display of Pilots in the Pilots Tab.</p></body></html></string>
- </property>
- <item>
- <property name="text">
- <string>Last Name</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>First Name</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Company</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="acftSortLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
- </property>
- <property name="whatsThis">
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
- </property>
- <property name="text">
- <string>Sort Aircraft by</string>
- </property>
- </widget>
- </item>
- <item row="3" column="2">
- <widget class="QComboBox" name="acftSortComboBox">
- <property name="toolTip">
- <string><html><head/><body><p>Determines by which column to sort the display of Aircaft in the Aircraft Tab.</p></body></html></string>
- </property>
- <item>
- <property name="text">
- <string>Registration</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Type</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Company</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="logbookViewLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
- </property>
- <property name="whatsThis">
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
- </property>
- <property name="text">
- <string>Logbook Dispay</string>
- </property>
- </widget>
- </item>
- <item row="4" column="2">
- <widget class="QComboBox" name="logbookViewComboBox">
- <property name="toolTip">
- <string><html><head/><body><p>Determines how your logbook is displayed in the logbook tab. This has no influence on what details are logged, just on what is displayed by default.</p></body></html></string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="aliasLabel">
- <property name="toolTip">
- <string><html><head/><body><p>How your own name is displayed in your logbook</p></body></html></string>
- </property>
- <property name="text">
- <string>Show own name as</string>
- </property>
- </widget>
- </item>
- <item row="5" column="2">
- <widget class="QComboBox" name="aliasComboBox">
- <item>
- <property name="text">
- <string>self</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>SELF</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Lastname, Firstname</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QLabel" name="languageLabel">
- <property name="text">
- <string>Language</string>
- </property>
- </widget>
- </item>
- <item row="6" column="2">
- <widget class="QComboBox" name="languageComboBox"/>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="aboutTab">
- <attribute name="title">
- <string>About</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="0" column="0">
- <spacer name="horizontalSpacer_7">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>259</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="0" column="1">
- <widget class="QPushButton" name="aboutPushButton">
- <property name="text">
- <string>About openPilotLog</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <spacer name="horizontalSpacer_8">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>259</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|