[gelöst] Probleme mit QGroupBox
Verfasst: 10. Juni 2005 14:13
Hallo
ich habe Probleme mit der GroupBox. Ich schaffe es nicht, sie ordentlich in mein Layout einzubinden bzw. es werden die Widgets nicht angezeigt
Hat jemand eine Ahnung, was fehlt bzw. falsch ist?
Viele Grüße
Jana[/code]
ich habe Probleme mit der GroupBox. Ich schaffe es nicht, sie ordentlich in mein Layout einzubinden bzw. es werden die Widgets nicht angezeigt
Code: Alles auswählen
QHBoxLayout *ausglayout = new QHBoxLayout;
QGroupBox *ausgGB = new QGroupBox("Ausgabeformat", this);
QHBoxLayout *ausgGBlayout = new QHBoxLayout(ausgGB);
ausgGBlayout->addWidget(xmlRButton);
ausgGBlayout->addWidget(csvRButton);
Viele Grüße
Jana[/code]