diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 17:52:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-17 20:27:17 +0100 |
commit | 8c40ae4c5366279f62aebe1211878fd293056ffd (patch) | |
tree | 66e611c001f7e08e95c9e5245385bf738977b3c7 /tracker-pt/ftnoir_tracker_pt_dialog.cpp | |
parent | 0ab7ab7f7c1992d0e93f300f0c260614de1131a0 (diff) |
tracker/pt: make dialog embeddable
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_dialog.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp index 75428bfe..4f17f186 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp +++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp @@ -287,4 +287,14 @@ void TrackerDialog_PT::unregister_tracker() timer.stop(); } +void TrackerDialog_PT::set_buttons_visible(bool x) +{ + ui.buttonBox->setVisible(x); +} + +void TrackerDialog_PT::reload() +{ + s.b->reload(); +} + } // ns pt_impl |