• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

kgpg

  • sources
  • kde-4.14
  • kdeutils
  • kgpg
sourceselect.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  sourceselect.h - description
3  -------------------
4  begin : Mo April 30 2007
5  copyright : (C) 2007 by Lukas Kropatschek
6  email : lukas.krop@gmail.com
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #include "sourceselect.h"
19 #include "sourceselect.moc"
20 
21 SrcSelect::SrcSelect(QWidget *parent)
22  : QWidget(parent)
23 {
24  setupUi(this);
25  connect(checkFile, SIGNAL(toggled(bool)), this, SLOT(checkFile_toggled(bool)));
26  connect(checkServer, SIGNAL(toggled(bool)), this, SLOT(checkServer_toggled(bool)));
27 }
28 
29 void SrcSelect::checkFile_toggled(bool isOn)
30 {
31  newFilename->setEnabled(isOn);
32 }
33 
34 void SrcSelect::checkServer_toggled(bool isOn)
35 {
36  keyIds->setEnabled(isOn);
37 }
QWidget
QWidget::setupUi
void setupUi(QWidget *widget)
sourceselect.h
SrcSelect::SrcSelect
SrcSelect(QWidget *parent=0)
Definition: sourceselect.cpp:21
QObject::connect
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kgpg

Skip menu "kgpg"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal