From 01610a8efa628529ad4899827209a4181942d895 Mon Sep 17 00:00:00 2001 From: q5sys Date: Mon, 1 May 2017 12:38:57 -0400 Subject: add inital commit for .desktop file creator --- .../desktop-utils/lumina-xdg-entry/mainwindow.ui | 344 +++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui (limited to 'src-qt5/desktop-utils/lumina-xdg-entry/mainwindow.ui') 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 @@ + + + MainWindow + + + + 0 + 0 + 564 + 492 + + + + MainWindow + + + + + + + + + Name + + + lineEdit_name + + + + + + + + + + + + + + Generic Name + + + lineEdit_genericname + + + + + + + + + + + + + + + + + Comment + + + lineEdit_comment + + + + + + + + + + + + + + + + Values seperated by semicolon (no spaces) + + + 3 + + + Keywords + + + lineEdit_keywords + + + + + + + Keywords separated by semicolons with no spaces + + + + + + + + + + + + + Executable + + + lineEdit_executable + + + + + + + + + + Select + + + + + + + + + + + Icon + + + lineEdit_icon + + + + + + + + + + Select + + + + + + + + + Qt::Horizontal + + + + + + + + + Categories + + + + + + + + + Audio + + + + + + + Video + + + + + + + Development + + + + + + + + + + + Education + + + + + + + Game + + + + + + + Graphics + + + + + + + + + + + Network + + + + + + + Office + + + + + + + Science + + + + + + + + + + + Settings + + + + + + + System + + + + + + + Utility + + + + + + + + + + + Qt::Horizontal + + + + + + + + + Qt::RightToLeft + + + Run in Terminal + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Save + + + + + + + + + + + 0 + 0 + 564 + 27 + + + + + Menu + + + + + + + + + Close + + + + + Save + + + + + + + -- cgit