WarnDlgBase QDialog name WarningDlg geometry 0 0 374 193 caption Send warning sizeGripEnabled true margin 11 spacing 6 QLabel name lblInfo text Click OK to send warning to %1. This will raise %1's warning and limit his or her activity. Do this only if %1 has done something to merit a warning. alignment WordBreak|AlignVCenter|AlignLeft wordwrap QCheckBox name chkAnon text Warn &anonymously QLabel name TextLabel4 text Check this if you don't want your screen name revealed. Anonymous warnings are less severe. alignment WordBreak|AlignTop|AlignLeft vAlign wordwrap QLayoutWidget name Layout1 margin 0 spacing 6 name Horizontal Spacing2 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name buttonOk text &OK autoDefault true default true QPushButton name buttonCancel text &Cancel autoDefault true buttonOk clicked() WarningDlg accept() buttonCancel clicked() WarningDlg reject()