mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Some GUI adjustments / formatting found during #702
* selection in view (full row) * Unused function removed * Allow reduced message form
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CStatusMessageForm; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
@@ -52,6 +51,9 @@ namespace BlackGui
|
||||
//! Toggle visibility
|
||||
void toggleVisibility();
|
||||
|
||||
//! Minimize by hiding status ...
|
||||
void setReducedInfo(bool minimized);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CStatusMessageForm> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user