mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Raw FSD message component and dialog
Maniphest Tasks: T222
This commit is contained in:
@@ -24,7 +24,14 @@
|
||||
#include <QString>
|
||||
|
||||
class QWidget;
|
||||
namespace BlackGui { namespace Components { class CCoreSettingsDialog; }}
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
class CCoreSettingsDialog;
|
||||
class CRawFsdMessagesDialog;
|
||||
}
|
||||
}
|
||||
namespace Ui { class CSwiftCore; }
|
||||
|
||||
/*!
|
||||
@@ -63,6 +70,9 @@ private:
|
||||
//! Show the settings dialog
|
||||
void showSettingsDialog();
|
||||
|
||||
//! Show the raw FSD messages dialog
|
||||
void showRawFsdMessageDialog();
|
||||
|
||||
//! Style sheet has changed
|
||||
virtual void onStyleSheetsChanged();
|
||||
|
||||
@@ -76,7 +86,9 @@ private:
|
||||
QStringList getRestartCmdArgs() const;
|
||||
|
||||
QScopedPointer<BlackGui::Components::CCoreSettingsDialog> m_settingsDialog;
|
||||
QScopedPointer<BlackGui::Components::CRawFsdMessagesDialog> m_rawFsdMessageDialog;
|
||||
QScopedPointer<Ui::CSwiftCore> ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user