Menu

[c54480]: / zip-settings-dialog.h  Maximize  Restore  History

Download this file

27 lines (18 with data), 458 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef ZIPSETTINGSDIALOG_H
#define ZIPSETTINGSDIALOG_H
#include "ui_zip-settings-dialog.h"
class ZipSettingsDialog : public QDialog {
Q_OBJECT
public:
ZipSettingsDialog(QWidget *parent = 0);
public slots:
void zipToolPathChanged();
void unzipToolPathChanged();
void zipToolButtonPressed();
void unzipToolButtonPressed();
private:
void init();
Ui::ZipSettingsDialog ui;
void updateCheckResults();
};
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.