Beautify general build configuration.

This commit is contained in:
con
2009-07-22 15:18:42 +02:00
parent a9f81ab352
commit ee524eb1a7
4 changed files with 73 additions and 64 deletions

View File

@@ -138,6 +138,11 @@ void PathChooser::addButton(const QString &text, QObject *receiver, const char *
m_d->m_hLayout->addWidget(button);
}
QAbstractButton *PathChooser::buttonAtIndex(int index) const
{
return findChildren<QAbstractButton*>().at(index);
}
QString PathChooser::path() const
{
return m_d->m_lineEdit->text();