mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T717, model browser
This commit is contained in:
committed by
Mat Sutcliffe
parent
838e41051c
commit
af1b933e5c
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "modelbrowserdialog.h"
|
||||
#include "ui_modelbrowserdialog.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -24,5 +25,18 @@ namespace BlackGui
|
||||
{
|
||||
// void;
|
||||
}
|
||||
|
||||
bool CModelBrowserDialog::event(QEvent *event)
|
||||
{
|
||||
if (CGuiApplication::triggerShowHelp(this, event)) { return true; }
|
||||
return QDialog::event(event);
|
||||
}
|
||||
|
||||
void CModelBrowserDialog::done(int r)
|
||||
{
|
||||
ui->comp_ModelBrowser->close();
|
||||
QDialog::done(r);
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user