Alkimia API
alkonlinequoteuploaddialog.cpp
27AlkOnlineQuoteUploadDialog::AlkOnlineQuoteUploadDialog(const AlkOnlineQuoteSource &source, bool autoGenerate, QWidget *parent)
40 m_storePackageEditUrl = QUrl(AlkNewStuffStore::packageBaseUrl + id + AlkNewStuffStore::packageEditSuffix);
51 ui->m_storePackageEditUrl->setText(QString("<a href=\"%1\">%1</a>").arg(m_storePackageEditUrl.toString()));
55 connect(ui->m_enterStoreButtonAndClose, SIGNAL(clicked()), this, SLOT(slotEnterStoreAndClose()));
93 QFileInfo outFile(tempPath + "/" + inFile.baseName() + "-" + ui->m_editVersion->text() + ".zip");
QAction * close(const QObject *recvr, const char *slot, QObject *parent)
void setText(const QString &text, Mode mode)
QDate currentDate()
bool openUrl(const QUrl &url)
virtual void accept()
QString tempPath()
QClipboard * clipboard()
void start(OpenMode mode)
bool waitForFinished(int msecs)
bool waitForStarted(int msecs)
ISODate
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
singleShot
void setupUi(QWidget *widget)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.