mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Removed obsolete Code ( gaslist on text click )
This commit removes obsolete code, there was a gaslist selection when user clicked on the buttons, but this shouldn't be anymore, since the next commit will add a menu to select the gas for that particular point. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c7941f66b4
commit
f5be24609a
2 changed files with 3 additions and 56 deletions
|
@ -175,11 +175,8 @@ private slots:
|
|||
void decreaseTime();
|
||||
void decreaseDepth();;
|
||||
void drawProfile();
|
||||
void prepareSelectGas();
|
||||
void selectGas(const QModelIndex& index);
|
||||
void pointInserted(const QModelIndex&, int start, int end);
|
||||
void pointsRemoved(const QModelIndex&, int start, int end);
|
||||
bool eventFilter(QObject *object, QEvent* event);
|
||||
private:
|
||||
void moveActiveHandler(const QPointF& MappedPos, const int pos);
|
||||
|
||||
|
@ -188,15 +185,7 @@ private:
|
|||
|
||||
/* This is the user-entered handles. */
|
||||
QList<DiveHandler *> handles;
|
||||
|
||||
/* this is the user-entered gases.
|
||||
This must be a button, so the
|
||||
user cna click to choose a new gas.
|
||||
*/
|
||||
QList<Button*> gases;
|
||||
QListView *gasListView;
|
||||
QStringListModel *gasChoices;
|
||||
Button *currentGasChoice;
|
||||
QList<QGraphicsSimpleTextItem*> gases;
|
||||
|
||||
/* those are the lines that follows the mouse. */
|
||||
QGraphicsLineItem *verticalLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue