mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move the Profile out of the mainwindow.ui
And place it in mainwindow.cpp Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b038c2a9a
commit
4867ee8ad8
4 changed files with 17 additions and 104 deletions
|
|
@ -192,6 +192,9 @@ class PlannerDetails : public QWidget {
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit PlannerDetails(QWidget *parent = 0);
|
||||
QPushButton *printPlan() const { return ui.printPlan; }
|
||||
QTextEdit *divePlanOutput() const { return ui.divePlanOutput; }
|
||||
|
||||
private:
|
||||
Ui::plannerDetails ui;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue