~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to settings/config/manageconnectionwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
     */
60
60
    void activeConnectionsChanged();
61
61
private slots:
62
 
    /**
63
 
     * Add a new connection
 
62
    /** 
 
63
     * Add a new connection 
64
64
     */
65
65
    void addClicked();
66
66
    /**
125
125
    Ui_ManageConnectionWidget mConnEditUi;
126
126
    QTreeWidget * mWiredList;
127
127
    Knm::Connection * mEditConnection;
 
128
    QMenu * mWiredMenu;
 
129
    QMenu * mWirelessMenu;
128
130
    QMenu * mCellularMenu;
129
131
    QMenu * mVpnMenu;
130
132
    ConnectionEditor * mEditor;
152
154
     * Connect add/edit/delete button signals to relevant slots
153
155
     */
154
156
    void connectButtonSet(AddEditDeleteButtonSet*, QTreeWidget*);
 
157
 
 
158
    /**
 
159
     * This variable will contain all file extensions supported for
 
160
     * import by all VPN plugins. The extensions are separated by space,
 
161
     * e.g '*.pcf *.ovpn' and are used in KFileDialog on selecting file to import
 
162
     */
 
163
    QString mSupportedExtns;
155
164
};
156
165
 
157
166
#endif // NM09_MANAGE_CONNECTION_WIDGET_H