From e4b589cbc66a1d601bd9f098fe775421466ff820 Mon Sep 17 00:00:00 2001 From: q5sys Date: Thu, 17 Aug 2017 19:32:10 -0400 Subject: add lumina-fm-dev to tree while I work on it --- src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui | 252 +++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui (limited to 'src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui') diff --git a/src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui b/src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui new file mode 100644 index 00000000..0f5894b6 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-fm-dev/gitWizard.ui @@ -0,0 +1,252 @@ + + + GitWizard + + + + 0 + 0 + 456 + 346 + + + + Clone a Git Repository + + + QWizard::ModernStyle + + + QWizard::NoBackButtonOnLastPage|QWizard::NoBackButtonOnStartPage|QWizard::NoCancelButtonOnLastPage + + + + Welcome! + + + This wizard will guide you through the process of downloading a GIT repository from the internet. + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + GitHub Repository Settings + + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + Organization/User + + + + + + + + + + Repository Name + + + + + + + + + + Is Private Repository + + + + + + + + + + + + + + Type of Access + + + + + + Use my SSH Key + + + true + + + + + + + Login to server + + + + + + + + + Username + + + + + + + QLineEdit::Password + + + Password + + + + + + + + + Anonymous (public repositories only) + + + + + + + QLineEdit::Password + + + Optional SSH Password + + + + + + + + + + Advanced Options + + + + + + Custom Depth + + + + + + + Single Branch + + + + + + + + + branch name + + + + + + + + + + + 1 + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 11 + 50 + true + false + + + + Click "Next" to start downloading the repository + + + + + + + + + + + true + + + + + + + + + -- cgit