PIValueTreeEdit can translate content
This commit is contained in:
@@ -86,12 +86,12 @@ private:
|
||||
int rowCount() const { return row_count; }
|
||||
int getRow(QWidget * w) const;
|
||||
void removeRow(int index);
|
||||
void add(const PIValueTree & vt, QString label, QWidget * w, const QString & comment, bool is_group = false);
|
||||
void add(const PIValueTree & vt, const PIString & label, QWidget * w, const PIString & comment, bool is_group = false);
|
||||
void add(const PIValueTree & vt, QWidget * w, bool is_group = false);
|
||||
void replace(int row, QWidget * w);
|
||||
void replace(int row, QString label, QWidget * w, const QString & comment);
|
||||
void replace(int row, const PIString & label, QWidget * w, const PIString & comment);
|
||||
int beginRow(const PIValueTree & vt, bool is_group);
|
||||
void rename(QString prev_name, QString new_name);
|
||||
void rename(const PIString & prev_name, const PIString & new_name);
|
||||
void reorder(const PIMap<int, int> & map) { simplify(map); }
|
||||
void clear();
|
||||
void changed();
|
||||
|
||||
Reference in New Issue
Block a user