Searched refs:fGLMSAACombo (Results 1 – 2 of 2) sorted by relevance
59 fGLMSAACombo.addItem("Off", QVariant(0)); in SkSettingsWidget()60 fGLMSAACombo.addItem("4", QVariant(4)); in SkSettingsWidget()61 fGLMSAACombo.addItem("16", QVariant(16)); in SkSettingsWidget()62 fGLLayout.addRow("MSAA", &fGLMSAACombo); in SkSettingsWidget()67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this, in SkSettingsWidget()
49 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt(); in getGLSampleCount()110 QComboBox fGLMSAACombo; variable