| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
Hi, I am new to QT designer, and have following questions: 1. In QT designer, I've enabled mouse tracking for a PushButton. I would like to see a text box pop up when a mouse pointer over a push button. But that does not work. What was I missing? 2. I would like to use several Radio items to indicate status of processing such as power on, connected, etc. I can only find Radio Button in the designer, but I don't want that one to be a button which users can press or click it. What other choice I can have? Thank you. Jim -- [ signature omitted ]
On søndag den 3. Februar 2008, hce wrote: > Hi, > > I am new to QT designer, and have following questions: > > 1. In QT designer, I've enabled mouse tracking for a PushButton. I > would like to see a text box pop up when a mouse pointer over a push > button. But that does not work. What was I missing? You can do this in code, but not in designer. But I bet you that as a user I would hate that feature. > 2. I would like to use several Radio items to indicate status of > processing such as power on, connected, etc. I can only find Radio > Button in the designer, but I don't want that one to be a button which > users can press or click it. What other choice I can have? Set the checkable property to false. Bo. -- [ signature omitted ]