diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-12 17:12:20 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-12 17:12:20 -0300 |
commit | 364c6d5e9882f47ff5938f731641bc7509e32fc0 (patch) | |
tree | efd416bf91990b56c2f70a0aed1d21629a9f87e0 /src/leap/gui/ui/mainwindow.ui | |
parent | a120904b512394346b286bb417adf34fc622e739 (diff) |
Make the wizard provider setup only
Also:
- Add a way to enable/disable services for a provider
- Run EIP only if it is enabled
Diffstat (limited to 'src/leap/gui/ui/mainwindow.ui')
-rw-r--r-- | src/leap/gui/ui/mainwindow.ui | 3 |
1 files changed, 2 insertions, 1 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> |