mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Fix previous commits
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2731 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -66,6 +66,8 @@ void FolioReportProperties::buildRadioList() {
|
||||
hl->addWidget(pb);
|
||||
ui->available_report_layout->addLayout(hl);
|
||||
element_list << elmt;
|
||||
qSort(element_list);
|
||||
qDebug() <<element_list;
|
||||
//map the radio button signal
|
||||
connect(rb, SIGNAL(clicked()), sm_, SLOT(map()));
|
||||
sm_ -> setMapping(rb, element_list.size()-1);
|
||||
|
||||
Reference in New Issue
Block a user