mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Adjust some tabs in gtk file dialog
This commit is contained in:
parent
8fd1d16db6
commit
9b70f24e91
2 changed files with 9 additions and 8 deletions
|
@ -115,7 +115,8 @@ private:
|
||||||
|
|
||||||
class GtkFileDialog : public QDialog {
|
class GtkFileDialog : public QDialog {
|
||||||
public:
|
public:
|
||||||
GtkFileDialog(QWidget *parent = nullptr,
|
GtkFileDialog(
|
||||||
|
QWidget *parent = nullptr,
|
||||||
const QString &caption = QString(),
|
const QString &caption = QString(),
|
||||||
const QString &directory = QString(),
|
const QString &directory = QString(),
|
||||||
const QString &filter = QString());
|
const QString &filter = QString());
|
||||||
|
|
|
@ -18,13 +18,13 @@ using Type = ::FileDialog::internal::Type;
|
||||||
bool Supported();
|
bool Supported();
|
||||||
bool Use(Type type = Type::ReadFile);
|
bool Use(Type type = Type::ReadFile);
|
||||||
bool Get(
|
bool Get(
|
||||||
QPointer<QWidget> parent,
|
QPointer<QWidget> parent,
|
||||||
QStringList &files,
|
QStringList &files,
|
||||||
QByteArray &remoteContent,
|
QByteArray &remoteContent,
|
||||||
const QString &caption,
|
const QString &caption,
|
||||||
const QString &filter,
|
const QString &filter,
|
||||||
Type type,
|
Type type,
|
||||||
QString startFile);
|
QString startFile);
|
||||||
|
|
||||||
} // namespace Gtk
|
} // namespace Gtk
|
||||||
} // namespace FileDialog
|
} // namespace FileDialog
|
||||||
|
|
Loading…
Add table
Reference in a new issue