diff options
Diffstat (limited to 'src/leap/gui/ui')
-rw-r--r-- | src/leap/gui/ui/mainwindow.ui | 3 | ||||
-rw-r--r-- | src/leap/gui/ui/wizard.ui | 106 |
2 files changed, 8 insertions, 101 deletions
diff --git a/src/leap/gui/ui/mainwindow.ui b/src/leap/gui/ui/mainwindow.ui index d723114c..a8a8aa59 100644 --- a/src/leap/gui/ui/mainwindow.ui +++ b/src/leap/gui/ui/mainwindow.ui @@ -70,7 +70,7 @@ <item row="2" column="0" colspan="5"> <widget class="QStackedWidget" name="stackedWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="page"> <layout class="QGridLayout" name="gridLayout_2"> @@ -389,6 +389,7 @@ </tabstops> <resources> <include location="../../../../data/resources/mainwindow.qrc"/> + <include location="../../../../data/resources/locale.qrc"/> </resources> <connections/> </ui> diff --git a/src/leap/gui/ui/wizard.ui b/src/leap/gui/ui/wizard.ui index ad4c0500..b8fed183 100644 --- a/src/leap/gui/ui/wizard.ui +++ b/src/leap/gui/ui/wizard.ui @@ -632,123 +632,29 @@ </item> </layout> </widget> - <widget class="WizardPage" name="eip_setup_page"> + <widget class="QWizardPage" name="service_selection"> <property name="title"> - <string>EIP Setup</string> + <string>Service selection</string> </property> <property name="subTitle"> - <string>Setting up Encrypted Internet</string> + <string>Please select the services you would like to have</string> </property> <attribute name="pageId"> <string notr="true">5</string> </attribute> <layout class="QGridLayout" name="gridLayout_8"> <item row="0" column="0"> - <spacer name="verticalSpacer_5"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0"> - <widget class="QGroupBox" name="groupBox_3"> + <widget class="QGroupBox" name="grpServices"> <property name="title"> - <string>Checking EIP</string> + <string notr="true">Services by PROVIDER</string> </property> <layout class="QGridLayout" name="gridLayout_9"> - <item row="1" column="0"> - <widget class="QLabel" name="label_19"> - <property name="text"> - <string>Download EIP configuration</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_20"> - <property name="text"> - <string>Download client certificate</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLabel" name="lblDownloadEIPConfig"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>24</width> - <height>24</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="pixmap"> - <pixmap resource="../../../../data/resources/mainwindow.qrc">:/images/Emblem-question.png</pixmap> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLabel" name="lblDownloadClientCert"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>24</width> - <height>24</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="pixmap"> - <pixmap resource="../../../../data/resources/mainwindow.qrc">:/images/Emblem-question.png</pixmap> - </property> - </widget> - </item> <item row="0" column="0"> - <spacer name="horizontalSpacer_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>0</height> - </size> - </property> - </spacer> + <layout class="QVBoxLayout" name="serviceListLayout"/> </item> </layout> </widget> </item> - <item row="2" column="0"> - <spacer name="verticalSpacer_6"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> </layout> </widget> <widget class="QWizardPage" name="finish_page"> |