mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: create completion list for cylinders as well
We already have that for the other three fields where we offer auto completion (buddy, divemaster, suit). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e42bf2cfa5
commit
6a50efd80a
2 changed files with 18 additions and 1 deletions
|
@ -33,6 +33,7 @@ class QMLManager : public QObject {
|
|||
Q_PROPERTY(QStringList suitInit READ suitInit CONSTANT)
|
||||
Q_PROPERTY(QStringList buddyInit READ buddyInit CONSTANT)
|
||||
Q_PROPERTY(QStringList divemasterInit READ divemasterInit CONSTANT)
|
||||
Q_PROPERTY(QStringList cylinderInit READ cylinderInit CONSTANT)
|
||||
Q_PROPERTY(bool showPin READ showPin WRITE setShowPin NOTIFY showPinChanged)
|
||||
|
||||
public:
|
||||
|
@ -108,7 +109,7 @@ public:
|
|||
QStringList suitInit() const;
|
||||
QStringList buddyInit() const;
|
||||
QStringList divemasterInit() const;
|
||||
|
||||
QStringList cylinderInit() const;
|
||||
bool showPin() const;
|
||||
void setShowPin(bool enable);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue