Home
last modified time | relevance | path

Searched defs:DownloadDialog (Results 1 – 16 of 16) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Ddownloaddialog.cpp27 DENG_GUI_PIMPL(DownloadDialog) in DENG_GUI_PIMPL() argument
58 DownloadDialog::DownloadDialog(String const &name) in DownloadDialog() function in DownloadDialog
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Ddownloads.ui.h38 void setupUi(QDialog *DownloadDialog) in setupUi()
82 void retranslateUi(QDialog *DownloadDialog) in retranslateUi()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/src/
H A Ddownloaddialog.cpp47 DownloadDialog::DownloadDialog(QWidget *parent) in DownloadDialog() function in DownloadDialog
55 DownloadDialog::DownloadDialog(const QString &configFile, QWidget *parent) in DownloadDialog() function in DownloadDialog
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Ddownload_dialog.hpp25 class DownloadDialog final : public Dialog class
H A Ddownload_dialog.cpp21 DownloadDialog::DownloadDialog(TransferStatusPtr status, bool auto_close, bool passive) : in DownloadDialog() function in DownloadDialog
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/dialogs/
H A Ddownloaddialog.cpp36 DownloadDialog::DownloadDialog(QWidget* parent, const QString& caption) in DownloadDialog() function in DownloadDialog
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/dialogs/
H A Ddownloaddialog.cpp36 DownloadDialog::DownloadDialog(QWidget* parent, const QString& caption) in DownloadDialog() function in DownloadDialog
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_dialog.h11 typedef struct _DownloadDialog DownloadDialog; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Ddownloaddialog.cpp45 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Ddownloaddialog.cpp45 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Ddownloaddialog.cpp44 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Dbasemainwindow.h56 class DownloadDialog; variable
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Dbasemainwindow.h56 class DownloadDialog; variable
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Ddnd.py62 class DownloadDialog(QDialog): # {{{ class
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dfiles.py354 class DownloadDialog(TransferDialog): class
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dknewstuff.py460 class DownloadDialog(KDialog): class in KNS3