diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/gitWizard.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/gitWizard.ui | 45 |
1 files changed, 15 insertions, 30 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/gitWizard.ui b/src-qt5/desktop-utils/lumina-fm/gitWizard.ui index a576ef63..94aec4e0 100644 --- a/src-qt5/desktop-utils/lumina-fm/gitWizard.ui +++ b/src-qt5/desktop-utils/lumina-fm/gitWizard.ui @@ -13,33 +13,18 @@ <property name="windowTitle"> <string>Clone a Git Repository</string> </property> - <widget class="QWizardPage" name="wizardPage1"> + <property name="wizardStyle"> + <enum>QWizard::ModernStyle</enum> + </property> + <widget class="QWizardPage" name="page_repo"> + <property name="title"> + <string>Welcome!</string> + </property> + <property name="subTitle"> + <string>This wizard will guide you through the process of downloading a GIT repository from the internet.</string> + </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QTextEdit" name="textEdit"> - <property name="styleSheet"> - <string notr="true">background: transparent;</string> - </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <property name="readOnly"> - <bool>true</bool> - </property> - <property name="html"> - <string><!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></string> - </property> - </widget> - </item> - <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -82,7 +67,7 @@ p, li { white-space: pre-wrap; } <widget class="QLineEdit" name="lineEdit_3"/> </item> <item row="2" column="1"> - <widget class="QCheckBox" name="checkBox"> + <widget class="QCheckBox" name="check_privaterepo"> <property name="text"> <string>Is Private Repository</string> </property> @@ -93,7 +78,7 @@ p, li { white-space: pre-wrap; } </item> </layout> </widget> - <widget class="QWizardPage" name="wizardPage2"> + <widget class="QWizardPage" name="page_type"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox"> @@ -173,7 +158,7 @@ p, li { white-space: pre-wrap; } </widget> </item> <item row="1" column="0"> - <widget class="QCheckBox" name="checkBox_3"> + <widget class="QCheckBox" name="check_branch"> <property name="text"> <string>Single Branch</string> </property> @@ -182,7 +167,7 @@ p, li { white-space: pre-wrap; } <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <widget class="QLineEdit" name="lineEdit"> + <widget class="QLineEdit" name="line_branch"> <property name="placeholderText"> <string>branch name</string> </property> @@ -193,7 +178,7 @@ p, li { white-space: pre-wrap; } <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> - <widget class="QSpinBox" name="spinBox"> + <widget class="QSpinBox" name="spin_depth"> <property name="minimum"> <number>1</number> </property> |