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