Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
2429a375
Commit
2429a375
authored
May 23, 2013
by
Will Stephenson
Browse files
Import ui classes for polymorphic eap methods
parent
debc6de7
Changes
7
Hide whitespace changes
Inline
Side-by-side
lib/editor/CMakeLists.txt
View file @
2429a375
...
...
@@ -50,6 +50,12 @@ kde4_add_ui_files(plasmanm_libeditor_SRCS
ui/bridge.ui
ui/connectiondetaileditor.ui
ui/connectionwidget.ui
ui/eapmethodleap.ui
ui/eapmethodpeap.ui
ui/eapmethodsimple.ui
ui/eapmethodstack.ui
ui/eapmethodtls.ui
ui/eapmethodttls.ui
)
kde4_add_library
(
plasmanm-editor SHARED
${
plasmanm_libeditor_SRCS
}
)
...
...
lib/editor/ui/eapmethodleap.ui
0 → 100644
View file @
2429a375
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
EapMethodLeap
</class>
<widget
class=
"QWidget"
name=
"EapMethodLeap"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
269
</width>
<height>
111
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<property
name=
"margin"
>
<number>
0
</number>
</property>
<item>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_6"
>
<property
name=
"text"
>
<string>
&
Username:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
leUsername
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"KLineEdit"
name=
"leUsername"
>
<property
name=
"toolTip"
>
<string>
Username on this network
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_7"
>
<property
name=
"text"
>
<string>
&
Password:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
lePassword
</cstring>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"KLineEdit"
name=
"lePassword"
>
<property
name=
"toolTip"
>
<string>
Password on this network
</string>
</property>
<property
name=
"passwordMode"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item>
<widget
class=
"KComboBox"
name=
"cmbPasswordStorage"
>
<item>
<property
name=
"text"
>
<string>
Store
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Always Ask
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Not Required
</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
0
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
KComboBox
</class>
<extends>
QComboBox
</extends>
<header>
kcombobox.h
</header>
</customwidget>
<customwidget>
<class>
KLineEdit
</class>
<extends>
QLineEdit
</extends>
<header>
klineedit.h
</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
lib/editor/ui/eapmethodpeap.ui
0 → 100644
View file @
2429a375
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
EapMethodPeap
</class>
<widget
class=
"QWidget"
name=
"EapMethodPeap"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
400
</width>
<height>
351
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
&
Anonymous Identity:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
leAnonIdentity
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"KLineEdit"
name=
"leAnonIdentity"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_3"
>
<property
name=
"text"
>
<string>
CA Certi
&
ficate:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
kurCaCert
</cstring>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"KUrlRequester"
name=
"kurCaCert"
/>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"chkUseSystemCaCerts"
>
<property
name=
"text"
>
<string>
Use Syste
&
m CA Certs
</string>
</property>
</widget>
</item>
<item
row=
"6"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_6"
>
<property
name=
"text"
>
<string>
PEAP
&
Version:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
cboPeapVersion
</cstring>
</property>
</widget>
</item>
<item
row=
"6"
column=
"1"
>
<widget
class=
"KComboBox"
name=
"cboPeapVersion"
>
<item>
<property
name=
"text"
>
<string
comment=
"like in use Automatic configuration"
>
Automatic
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Version 0
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Version 1
</string>
</property>
</item>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"lblSubjectMatch"
>
<property
name=
"text"
>
<string>
Subject Match:
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"KLineEdit"
name=
"leSubjectMatch"
>
<property
name=
"toolTip"
>
<string>
Only connect to servers whose certificate subject matches this. For the syntax see the wpa_supplicant documentation.
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QLabel"
name=
"lblAltSubjectMatches"
>
<property
name=
"text"
>
<string>
Alternative Subject Matches:
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"KLineEdit"
name=
"leAltSubjectMatches"
>
<property
name=
"toolTip"
>
<string>
Only connect to servers whose certificate contains at least one of the entries. For the syntax see the wpa_supplicant documentation. Use ',' to separate entries.
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"KPushButton"
name=
"altSubjectMatchesMoreBtn"
>
<property
name=
"text"
>
<string>
...
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"5"
column=
"0"
>
<widget
class=
"QLabel"
name=
"lblConnectToTheseServers"
>
<property
name=
"text"
>
<string>
Connect to these Servers:
</string>
</property>
</widget>
</item>
<item
row=
"5"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"KLineEdit"
name=
"leConnectToTheseServers"
>
<property
name=
"toolTip"
>
<string>
Only connect to these servers. Use ',' to separate entries.
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"KPushButton"
name=
"connectToTheseServersMoreBtn"
>
<property
name=
"text"
>
<string>
...
</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
0
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
KComboBox
</class>
<extends>
QComboBox
</extends>
<header>
kcombobox.h
</header>
</customwidget>
<customwidget>
<class>
KLineEdit
</class>
<extends>
QLineEdit
</extends>
<header>
klineedit.h
</header>
</customwidget>
<customwidget>
<class>
KPushButton
</class>
<extends>
QPushButton
</extends>
<header>
kpushbutton.h
</header>
</customwidget>
<customwidget>
<class>
KUrlRequester
</class>
<extends>
QFrame
</extends>
<header>
kurlrequester.h
</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>
leAnonIdentity
</tabstop>
<tabstop>
kurCaCert
</tabstop>
<tabstop>
cboPeapVersion
</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>
chkUseSystemCaCerts
</sender>
<signal>
toggled(bool)
</signal>
<receiver>
kurCaCert
</receiver>
<slot>
setDisabled(bool)
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
222
</x>
<y>
83
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
221
</x>
<y>
54
</y>
</hint>
</hints>
</connection>
</connections>
</ui>
lib/editor/ui/eapmethodsimple.ui
0 → 100644
View file @
2429a375
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
EapMethodSimple
</class>
<widget
class=
"QWidget"
name=
"EapMethodSimple"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
376
</width>
<height>
59
</height>
</rect>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_4"
>
<property
name=
"text"
>
<string>
&
Username:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
leUserName
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"KLineEdit"
name=
"leUserName"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"text"
>
<string>
&
Password:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
lePassword
</cstring>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"KLineEdit"
name=
"lePassword"
>
<property
name=
"passwordMode"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item>
<widget
class=
"KComboBox"
name=
"cmbPasswordStorage"
>
<item>
<property
name=
"text"
>
<string>
Store
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Always Ask
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Not Required
</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
KComboBox
</class>
<extends>
QComboBox
</extends>
<header>
kcombobox.h
</header>
</customwidget>
<customwidget>
<class>
KLineEdit
</class>
<extends>
QLineEdit
</extends>
<header>
klineedit.h
</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
lib/editor/ui/eapmethodstack.ui
0 → 100644
View file @
2429a375
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
EapMethodStack
</class>
<widget
class=
"QWidget"
name=
"EapMethodStack"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
222
</width>
<height>
42
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
&
Authentication:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
cboEapMethod
</cstring>
</property>
</widget>
</item>
<item>
<widget
class=
"KComboBox"
name=
"cboEapMethod"
/>
</item>
<item>
<spacer
name=
"horizontalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget
class=
"QStackedWidget"
name=
"eapMethods"
/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
KComboBox
</class>
<extends>
QComboBox
</extends>
<header>
kcombobox.h
</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
lib/editor/ui/eapmethodtls.ui
0 → 100644
View file @
2429a375
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
EapMethodTls
</class>
<widget
class=
"QWidget"
name=
"EapMethodTls"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
388
</width>
<height>
434
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
&
Identity:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
leIdentity
</cstring>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"KLineEdit"
name=
"leIdentity"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"text"
>
<string>
&
User Certificate:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
kurClientCert
</cstring>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"KUrlRequester"
name=
"kurClientCert"
>
<property
name=
"toolTip"
>
<string>
If your private key file is in PKCS12 format select it here and in the 'Private Key' field below.
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_3"
>
<property
name=
"text"
>
<string>
CA Certi
&
ficate:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
kurCaCert
</cstring>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"KUrlRequester"
name=
"kurCaCert"
/>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"chkUseSystemCaCerts"
>
<property
name=
"text"
>
<string>
Use Syste
&
m CA Certs
</string>
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_4"
>
<property
name=
"text"
>
<string>
Private
&
Key:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
kurPrivateKey
</cstring>
</property>
</widget>
</item>
<item
row=
"7"
column=
"1"
>
<widget
class=
"KUrlRequester"
name=
"kurPrivateKey"
>
<property
name=
"toolTip"
>
<string>
If your private key file is in PKCS12 format select it here and in the 'User Certificate' field above.
</string>
</property>
</widget>
</item>
<item
row=
"8"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"text"
>
<string>
Private Key Pass
&
word:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
lePrivateKeyPassword
</cstring>
</property>
</widget>
</item>
<item
row=
"8"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"KLineEdit"
name=
"lePrivateKeyPassword"
>
<property
name=
"passwordMode"
>
<bool>
true
</bool>
</property>