refactor(cleanup) : finish statusballoon impl, remove dead code , visual improvements

This commit is contained in:
uncor3
2026-03-23 11:59:30 -07:00
parent d2a0fcbd42
commit 049b364ac5
34 changed files with 530 additions and 1031 deletions
+1
View File
@@ -25,6 +25,7 @@
SSHTerminalTool::SSHTerminalTool(QWidget *parent)
: Tool{parent}, m_selectedUniq(QString(""), false)
{
setWindowTitle("SSH Terminal - iDescriptor");
QHBoxLayout *mainLayout = new QHBoxLayout(this);
mainLayout->setContentsMargins(2, 2, 2, 2);
mainLayout->setSpacing(2);