mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-12 12:03:35 +08:00
browser: set objectName for toolbar
This commit is contained in:
parent
5e094528c1
commit
260390b75f
@ -107,6 +107,7 @@ def main():
|
||||
main_window.addDockWidget(QtCore.Qt.RightDockWidgetArea, d_datasets)
|
||||
|
||||
toolbar = main_window.addToolBar("Experiment")
|
||||
toolbar.setObjectName("experiment_toolbar")
|
||||
toolbar.setToolButtonStyle(QtCore.Qt.ToolButtonTextBesideIcon)
|
||||
|
||||
open_action = QtWidgets.QAction("Open Experiment", main_window)
|
||||
|
Loading…
Reference in New Issue
Block a user