mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
knetattach: manage all radio buttons state via KButtonGroup
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
68a6733bdb
commit
15408bce38
1 changed files with 37 additions and 37 deletions
|
@ -47,40 +47,6 @@
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="_ftp">
|
||||
<property name="text">
|
||||
<string>&File Transfer Protocol (ftp)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="_sftp">
|
||||
<property name="text">
|
||||
<string>&SSH File Transfer Protocol (sftp)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="_nfs">
|
||||
<property name="text">
|
||||
<string>N&etwork File System (nfs)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="_smb">
|
||||
<property name="text">
|
||||
<string>&Microsoft® Windows® network drive (smb)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="KButtonGroup" name="buttonGroup1">
|
||||
<property name="title">
|
||||
|
@ -94,13 +60,13 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
<item row="3" column="0">
|
||||
<widget class="QRadioButton" name="_recent">
|
||||
<widget class="QRadioButton" name="_nfs">
|
||||
<property name="text">
|
||||
<string>&Recent connection:</string>
|
||||
<string>N&etwork File System (nfs)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<item row="5" column="1">
|
||||
<widget class="KComboBox" name="_recentConnectionName">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
|
@ -119,6 +85,40 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QRadioButton" name="_recent">
|
||||
<property name="text">
|
||||
<string>&Recent connection:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="_ftp">
|
||||
<property name="text">
|
||||
<string>&File Transfer Protocol (ftp)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="_sftp">
|
||||
<property name="text">
|
||||
<string>&SSH File Transfer Protocol (sftp)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QRadioButton" name="_smb">
|
||||
<property name="text">
|
||||
<string>&Microsoft® Windows® network drive (smb)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue