Remove Load Binary, View C++/Reclass actions, Debug tab, and dead code

Data sources are now provided by source plugins. View switching is
handled by bottom tabs (Reclass / C/C++ only). Also applies grey
highlight/selected styling globally and removes per-menu stylesheet.
This commit is contained in:
administrator
2026-02-09 14:06:22 -07:00
committed by sysadmin
parent f4149faa9a
commit 85b840379d
3 changed files with 61 additions and 52 deletions

View File

@@ -1674,9 +1674,6 @@ void RcxEditor::showSourcePicker() {
int zoom = (int)m_sci->SendScintilla(QsciScintillaBase::SCI_GETZOOM);
menuFont.setPointSize(menuFont.pointSize() + zoom);
menu.setFont(menuFont);
menu.setStyleSheet(QStringLiteral(
"QMenu { background: #252526; color: #d4d4d4; }"
"QMenu::item:selected { background: #232323; }"));
menu.addAction("file");
menu.addAction("process");