Vagyojaka 5.5.7
Loading...
Searching...
No Matches
tagselectiondialog.h
Go to the documentation of this file.
1#pragma once
2
3#include <QDialog>
4
5namespace Ui {
7}
8
9class TagSelectionDialog: public QDialog
10{
11 Q_OBJECT
12
13public:
14 explicit TagSelectionDialog(QWidget* parent = nullptr);
16 QStringList tagList() const;
17
18public slots:
19 void markExistingTags(const QStringList& existingTagsList);
20
21private:
22 Ui::TagSelectionDialog* ui;
24};
Definition tagselectiondialog.h:10
~TagSelectionDialog()
Definition tagselectiondialog.cpp:27
TagSelectionDialog(QWidget *parent=nullptr)
Definition tagselectiondialog.cpp:6
QStringList tagList() const
Definition tagselectiondialog.cpp:33
void markExistingTags(const QStringList &existingTagsList)
Definition tagselectiondialog.cpp:59
QStringList m_languageCodes
Definition tagselectiondialog.h:23
Ui::TagSelectionDialog * ui
Definition tagselectiondialog.h:22
QStringList m_languages
Definition tagselectiondialog.h:23
Definition about.h:6