2021-06-28 00:04:27 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>381</width>
<height>344</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="appName">
<property name="text">
<string>PLACEHOLDER_APP_NAME</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="appVersion">
<property name="text">
<string>PLACEHOLDER_MAIN</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabInformation">
<attribute name="title">
<string>Information</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="informationDescription">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
2021-06-29 03:21:12 +08:00
<string><html><head/><body><p>LibreVNA is a Vector Network Analyzer that consists of the hardware, the LibreVNA-GUI (this application) and the firmware/FPGA configuration on the board. </p></body></html></string>
2021-06-28 00:04:27 +08:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="headerCommunity">
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">LibreVNA Community</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="headerDescription">
<property name="text">
2021-06-30 23:38:55 +08:00
<string>For general questions or discussions, the <a href="https://groups.io/g/LibreVNA-support">LibreVNA group</a> is probably the best place.</string>
2021-06-28 00:04:27 +08:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="headerSourceCode">
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">LibreVNA Source Code</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="sourceCodeDescription">
<property name="text">
<string>PLACEHOLDER_SOURCE_CODE_DESC</string>
</property>
</widget>
</item>
<item>
<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>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabContribute">
<attribute name="title">
<string>Contribute</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="contributeDescription">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
2021-06-29 03:21:12 +08:00
<string><html><head/><body><p>Pull request are always welcome as this project is still in on-going development. If you have any proposal or feature, please create an issue or a pull request: <a href="https://github.com/jankae/LibreVNA/issues"><span style=" text-decoration: underline; color:#0000ff;">LibreVNA issues</span></a></p></body></html></string>
2021-06-28 00:04:27 +08:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<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>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>