2005-01-10 | Paul Boddie | file changeset files shortlog | Exposed the Frame.quit method and Button configuration methods for both textual data and for callbacks. |
paul@97 | 1 | package qtjava; |
paul@97 | 2 | |
paul@97 | 3 | public class QWidget { |
paul@97 | 4 | public QWidget(QWidget parent, String name) |
paul@97 | 5 | { |
paul@97 | 6 | } |
paul@97 | 7 | public void show() |
paul@97 | 8 | { |
paul@97 | 9 | } |
paul@97 | 10 | } |