Home
last modified time | relevance | path

Searched refs:DownloadDialog (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_dialog.h11 typedef struct _DownloadDialog DownloadDialog; typedef
28 DownloadDialog* download_dialog_init (DownloadDialog* dd,
31 void download_dialog_clear (DownloadDialog* dd);
32 void download_dialog_destroy (DownloadDialog* dd);
34 gint download_dialog_run (DownloadDialog* dd);
36 void download_dialog_import_setting (DownloadDialog* dd,
39 void download_dialog_export_setting (DownloadDialog* dd,
42 void download_dialog_set_multiple (DownloadDialog* dd,
45 void download_dialog_set_global_setting (DownloadDialog* dd,
49 void download_dialog_set_category (DownloadDialog* dd,
[all …]
H A Ddownload_dialog.c4 DownloadDialog* download_dialog_init (DownloadDialog* dd, in download_dialog_init()
43 void download_dialog_set_multiple (DownloadDialog* dd, in download_dialog_set_multiple()
54 void download_dialog_import_setting (DownloadDialog* dd, in download_dialog_import_setting()
60 void download_dialog_export_setting (DownloadDialog* dd, in download_dialog_export_setting()
66 gint download_dialog_run (DownloadDialog* dd) in download_dialog_run()
108 void download_dialog_destroy (DownloadDialog* dd) in download_dialog_destroy()
114 void download_dialog_clear (DownloadDialog* dd) in download_dialog_clear()
120 static void on_cursor_changed(DownloadDialog* dialog) in on_cursor_changed()
150 void download_dialog_select_category (DownloadDialog* dialog, in download_dialog_select_category()
177 void download_dialog_set_category (DownloadDialog* dd, in download_dialog_set_category()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Ddownloads.ui.h38 void setupUi(QDialog *DownloadDialog) in setupUi() argument
40 if (DownloadDialog->objectName().isEmpty()) in setupUi()
42 DownloadDialog->resize(332, 252); in setupUi()
43 gridLayout = new QGridLayout(DownloadDialog); in setupUi()
47 downloadsView = new EditTableView(DownloadDialog); in setupUi()
54 cleanupButton = new QPushButton(DownloadDialog); in setupUi()
67 itemCount = new QLabel(DownloadDialog); in setupUi()
77 retranslateUi(DownloadDialog); in setupUi()
79 QMetaObject::connectSlotsByName(DownloadDialog); in setupUi()
82 void retranslateUi(QDialog *DownloadDialog) in retranslateUi() argument
[all …]
H A Ddownloads.ui2 <class>DownloadDialog</class>
3 <widget class="QDialog" name="DownloadDialog" >
/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
62 void DownloadDialog::init(const QString &configFile) in init()
97 DownloadDialog::~DownloadDialog() in ~DownloadDialog()
104 int DownloadDialog::exec() in exec()
113 void DownloadDialog::open() in open()
122 void DownloadDialog::showEvent(QShowEvent *event) in showEvent()
136 QString DownloadDialog::title() const in title()
141 KNSCore::Engine *DownloadDialog::engine() in engine()
146 Entry::List DownloadDialog::changedEntries() in changedEntries()
[all …]
H A Ddownloaddialog.h41 class KNEWSTUFF_EXPORT DownloadDialog : public QDialog
55 explicit DownloadDialog(QWidget *parent = nullptr);
67 explicit DownloadDialog(const QString &configFile, QWidget *parent = nullptr);
72 ~DownloadDialog() override;
116 Q_DISABLE_COPY(DownloadDialog)
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Ddownloaddialog.cpp45 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
74 DownloadDialog::~DownloadDialog() { in ~DownloadDialog()
78 void DownloadDialog::open() { in open()
88 void DownloadDialog::close() { in close()
93 void DownloadDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { in handleCommand()
116 bool DownloadDialog::selectDirectories() { in selectDirectories()
188 void DownloadDialog::handleTickle() { in handleTickle()
206 void DownloadDialog::reflowLayout() { in reflowLayout()
211 Common::String DownloadDialog::getSizeLabelText() { in getSizeLabelText()
218 Common::String DownloadDialog::getSpeedLabelText() { in getSpeedLabelText()
[all …]
H A Ddownloaddialog.h45 class DownloadDialog : public Dialog {
69 DownloadDialog(uint32 storageId, LauncherDialog *launcher);
70 virtual ~DownloadDialog();
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Ddownload_dialog.cpp21 DownloadDialog::DownloadDialog(TransferStatusPtr status, bool auto_close, bool passive) : in DownloadDialog() function in DownloadDialog
48 DownloadDialog::update() in update()
56 DownloadDialog::set_title(const std::string& title) in set_title()
62 DownloadDialog::update_text() in update_text()
81 DownloadDialog::on_abort() in on_abort()
87 DownloadDialog::on_download_complete() in on_download_complete()
H A Ddownload_dialog.hpp25 class DownloadDialog final : public Dialog class
33 DownloadDialog(TransferStatusPtr status, bool auto_close = false, bool passive = false);
45 DownloadDialog(const DownloadDialog&) = delete;
46 DownloadDialog& operator=(const DownloadDialog&) = delete;
/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
63 DownloadDialog::~DownloadDialog() in ~DownloadDialog()
66 ProgressWidget &DownloadDialog::progressIndicator() in progressIndicator()
71 void DownloadDialog::updateStyle() in updateStyle()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Ddownloaddialog.cpp45 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
74 DownloadDialog::~DownloadDialog() { in ~DownloadDialog()
78 void DownloadDialog::open() { in open()
88 void DownloadDialog::close() { in close()
93 void DownloadDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { in handleCommand()
116 bool DownloadDialog::selectDirectories() { in selectDirectories()
188 void DownloadDialog::handleTickle() { in handleTickle()
206 void DownloadDialog::reflowLayout() { in reflowLayout()
211 Common::U32String DownloadDialog::getSizeLabelText() { in getSizeLabelText()
218 Common::U32String DownloadDialog::getSpeedLabelText() { in getSpeedLabelText()
[all …]
H A Ddownloaddialog.h46 class DownloadDialog : public Dialog {
70 DownloadDialog(uint32 storageId, LauncherDialog *launcher);
71 ~DownloadDialog() override;
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Ddownloaddialog.cpp44 DownloadDialog::DownloadDialog(uint32 storageId, LauncherDialog *launcher) : in DownloadDialog() function in GUI::DownloadDialog
73 DownloadDialog::~DownloadDialog() { in ~DownloadDialog()
77 void DownloadDialog::open() { in open()
87 void DownloadDialog::close() { in close()
92 void DownloadDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { in handleCommand()
115 bool DownloadDialog::selectDirectories() { in selectDirectories()
187 void DownloadDialog::handleTickle() { in handleTickle()
205 void DownloadDialog::reflowLayout() { in reflowLayout()
247 Common::String DownloadDialog::getSizeLabelText() { in getSizeLabelText()
254 Common::String DownloadDialog::getSpeedLabelText() { in getSpeedLabelText()
[all …]
H A Ddownloaddialog.h45 class DownloadDialog : public Dialog {
69 DownloadDialog(uint32 storageId, LauncherDialog *launcher);
70 virtual ~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
47 void DownloadDialog::showStartOfDownload(const QString& url) in showStartOfDownload()
63 void DownloadDialog::updateProgressStatus(const QString& msg, in updateProgressStatus()
H A Ddownloaddialog.h46 class DownloadDialog : public QProgressDialog {
56 DownloadDialog(QWidget* parent, const QString& caption);
61 virtual ~DownloadDialog() override = default;
/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
47 void DownloadDialog::showStartOfDownload(const QString& url) in showStartOfDownload()
63 void DownloadDialog::updateProgressStatus(const QString& msg, in updateProgressStatus()
H A Ddownloaddialog.h46 class DownloadDialog : public QProgressDialog {
56 DownloadDialog(QWidget* parent, const QString& caption);
61 virtual ~DownloadDialog() override = default;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/dialogs/
H A Ddownloaddialog.h31 class DownloadDialog : public de::DialogWidget
34 DownloadDialog(de::String const &name = de::String());
36 ~DownloadDialog();
H A Dfiledownloaddialog.h29 class FileDownloadDialog : public DownloadDialog
/dports/games/kanagram/kanagram-21.12.3/src/
H A Dvocabsettings.cpp96 …QPointer<KNS3::DownloadDialog> dialog = new KNS3::DownloadDialog( QStringLiteral("kanagram.knsrc")… in on_btnDownloadNew_clicked()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/browser/
H A Ddownloads.ui2 <class>DownloadDialog</class>
3 <widget class="QDialog" name="DownloadDialog" >
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uiloader/baseline/
H A Ddownloads.ui2 <class>DownloadDialog</class>
3 <widget class="QDialog" name="DownloadDialog" >
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/notes/data/export/noteconfigandresource/config/
H A Dknotesrc10 [DownloadDialog Settings]

1234567