29 RenderModeWidget.__init__(self, parent)
36 max_sphere_detail = 20
45 cpk_mode_label = QtWidgets.QLabel(
"Rendering Mode")
49 cpk_label = QtWidgets.QLabel(self.
text_)
50 font = cpk_label.font()
53 sphere_label = QtWidgets.QLabel(
"Sphere Detail")
54 grid = QtWidgets.QGridLayout()
55 grid.addWidget(cpk_label,0,0,1,1)
56 grid.addWidget(sphere_label, 1, 0, 1, 3)
58 grid.setRowStretch(2,1)
64 self.setMinimumSize(250,60)