Lines Matching defs:icon
261 /* Assign corresponding title and icon: */
263 AlertIconType icon;
269 icon = AlertIconType_Information;
273 icon = AlertIconType_Question;
277 icon = AlertIconType_Warning;
281 icon = AlertIconType_Critical;
285 icon = AlertIconType_Critical;
289 icon = AlertIconType_GuruMeditation;
295 QPointer<QIMessageBox> pBox = new QIMessageBox(strTitle, strMessage, icon,
1891 "next to the <img src=:/hostkey_16px.png/> icon. "
1892 "This icon, together with the mouse icon placed nearby, indicate the current keyboard and mouse capture state.</p>") +
2851 /* Choose title and icon: */
2853 AlertIconType icon;
2859 icon = AlertIconType_Information;
2863 icon = AlertIconType_Question;
2867 icon = AlertIconType_Warning;
2871 icon = AlertIconType_Critical;
2875 icon = AlertIconType_Critical;
2879 icon = AlertIconType_GuruMeditation;
2885 QPointer<QIMessageBox> pMessageBox = new QIMessageBox(title, strMessage, icon,