Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 6c3e76a045a7ef1d353928266f0178c5 > files > 6

python-PyQt-examples-3.17-2.amd64.rpm

/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename slots use Qt Designer which will
** update this file, preserving your code. Create an init() slot in place of
** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/


void ConnectDialog::init()
{
from qtsql import QSqlDatabase
#qDebug("ConnectDialog init")
self.comboDriver.clear()
self.comboDriver.insertStringList(QSqlDatabase.drivers())
}

void ConnectDialog::destroy()
{

}