On Fri, Oct 26, 2007 at 11:27:10AM -0500, Bo Peng wrote: > > > > Also, the only _needed_ #include thre is QLineEdit. > > > > > > At least QtCloseEvent is needed. > > > > Why? > > > > I am talking abiut the header, and in most cases a declaration should > > suffiice. > > I see. I will change that when I apply Edwin's patch. > > BTW, do you know how to convert from QKeySquence to KeySequence?
QKeySequence::toString() + some processing? Andre'