diff options
author | Weblate <noreply@weblate.org> | 2017-05-01 16:40:03 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-05-01 16:40:03 +0000 |
commit | fd5793fb74fdce76d6aa3a7bee07b920bd288ec8 (patch) | |
tree | 7d33244cda3809022669896d2587bfd315970a3f /src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui | |
parent | Translated using Weblate (lumina_DESKTOP@lt (generated)) (diff) | |
parent | link lumina-xdg-entry into desktop-utils.pro (diff) | |
download | lumina-fd5793fb74fdce76d6aa3a7bee07b920bd288ec8.tar.gz lumina-fd5793fb74fdce76d6aa3a7bee07b920bd288ec8.tar.bz2 lumina-fd5793fb74fdce76d6aa3a7bee07b920bd288ec8.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui | 344 |
1 files changed, 344 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui new file mode 100644 index 00000000..928ce30a --- /dev/null +++ b/src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui @@ -0,0 +1,344 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>564</width> + <height>492</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralWidget"> + <layout class="QVBoxLayout" name="verticalLayout_6"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_name"> + <property name="text"> + <string>Name</string> + </property> + <property name="buddy"> + <cstring>lineEdit_name</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_name"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QLabel" name="label_genericname"> + <property name="text"> + <string>Generic Name</string> + </property> + <property name="buddy"> + <cstring>lineEdit_genericname</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_genericname"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <item> + <widget class="QLabel" name="label_comment"> + <property name="toolTip"> + <string/> + </property> + <property name="text"> + <string>Comment</string> + </property> + <property name="buddy"> + <cstring>lineEdit_comment</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_comment"/> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_7"> + <item> + <widget class="QLabel" name="label_keywords"> + <property name="toolTip"> + <string>Values seperated by semicolon (no spaces) </string> + </property> + <property name="toolTipDuration"> + <number>3</number> + </property> + <property name="text"> + <string>Keywords</string> + </property> + <property name="buddy"> + <cstring>lineEdit_keywords</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_keywords"> + <property name="placeholderText"> + <string>Keywords separated by semicolons with no spaces</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item> + <widget class="QLabel" name="label_executable"> + <property name="text"> + <string>Executable</string> + </property> + <property name="buddy"> + <cstring>lineEdit_executable</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_executable"/> + </item> + <item> + <widget class="QPushButton" name="pushButton_executable"> + <property name="text"> + <string>Select</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_icon"> + <property name="text"> + <string>Icon</string> + </property> + <property name="buddy"> + <cstring>lineEdit_icon</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_icon"/> + </item> + <item> + <widget class="QPushButton" name="pushButton_icon"> + <property name="text"> + <string>Select</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label__categories"> + <property name="text"> + <string>Categories</string> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="checkBox_audio"> + <property name="text"> + <string>Audio</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_video"> + <property name="text"> + <string>Video</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_development"> + <property name="text"> + <string>Development</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QCheckBox" name="checkBox_education"> + <property name="text"> + <string>Education</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_game"> + <property name="text"> + <string>Game</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_graphics"> + <property name="text"> + <string>Graphics</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QCheckBox" name="checkBox_network"> + <property name="text"> + <string>Network</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_office"> + <property name="text"> + <string>Office</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_science"> + <property name="text"> + <string>Science</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <widget class="QCheckBox" name="checkBox_settings"> + <property name="text"> + <string>Settings</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_system"> + <property name="text"> + <string>System</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="checkBox_utility"> + <property name="text"> + <string>Utility</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </item> + <item> + <widget class="Line" name="line_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_8"> + <item> + <widget class="QCheckBox" name="checkBox_terminal"> + <property name="layoutDirection"> + <enum>Qt::RightToLeft</enum> + </property> + <property name="text"> + <string>Run in Terminal</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="pushButton_save"> + <property name="text"> + <string>Save</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menuBar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>564</width> + <height>27</height> + </rect> + </property> + <widget class="QMenu" name="menuMenu"> + <property name="title"> + <string>Menu</string> + </property> + <addaction name="actionSave"/> + <addaction name="actionClose"/> + </widget> + <addaction name="menuMenu"/> + </widget> + <action name="actionClose"> + <property name="text"> + <string>Close</string> + </property> + </action> + <action name="actionSave"> + <property name="text"> + <string>Save</string> + </property> + </action> + </widget> + <layoutdefault spacing="6" margin="11"/> + <resources/> + <connections/> +</ui> |