Go to the documentation of this file.
23 #ifndef QTXACTIONGROUP_H
24 #define QTXACTIONGROUP_H
29 #pragma warning( disable:4251 )
44 bool isExclusive()
const;
45 bool usesDropDown()
const;
49 void setEnabled(
bool );
52 void setExclusive(
const bool );
53 void setUsesDropDown(
const bool );
59 void onActivated(
int );
82 #pragma warning( default:4251 )