mirror of https://github.com/m-labs/artiq.git
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