I have set up a dialog that includes a button_box but I cannot figure out how
to access the buttons.
Qt has a method button_box.buttons that returns a list of buttons in the
button_box but this does not appear to have been implemented ing QtAda?
type tInteractor is new Qt4.Dialogs.Directors.Q_Dialog_Director
with record
Button_Box :
Qt4.Dialog_Button_Boxes.Q_Dialog_Button_Box_Access;
SCF_Combo : Qt4.Combo_Boxes.Q_Combo_Box_Access;
Molecule_File_Combo : Qt4.Combo_Boxes.Q_Combo_Box_Access;
Basis_Data_Set_Combo : Qt4.Combo_Boxes.Q_Combo_Box_Access;
Orthogonalization_Combo : Qt4.Combo_Boxes.Q_Combo_Box_Access;
end record;
_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com