From 1a9776b2cda75c0fcbf989a15989f2e4ab1e2e37 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 14 Sep 2016 11:48:24 -0400 Subject: Add the new Git cloning wizard to the source tree. This has not been tied into the build/interface yet. --- src-qt5/desktop-utils/lumina-fm/gitWizard.ui | 253 +++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-fm/gitWizard.ui (limited to 'src-qt5/desktop-utils') diff --git a/src-qt5/desktop-utils/lumina-fm/gitWizard.ui b/src-qt5/desktop-utils/lumina-fm/gitWizard.ui new file mode 100644 index 00000000..a576ef63 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-fm/gitWizard.ui @@ -0,0 +1,253 @@ + + + GitWizard + + + + 0 + 0 + 456 + 346 + + + + Clone a Git Repository + + + + + + + background: transparent; + + + QFrame::NoFrame + + + QFrame::Plain + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Welcome!</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This wizard will guide you through the process of downloading a GIT repository from the internet.</p></body></html> + + + + + + + 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 "Finish" to start downloading the repository + + + + + + + + + -- cgit