mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
add class ElementProvider and build small ui for the properties of folio report element
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2672 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -93,8 +93,8 @@ void elementpropertieswidget::buildInterface() {
|
||||
case Element::simple:
|
||||
break;
|
||||
case Element::report:
|
||||
w = new QComboBox(this);
|
||||
tab_ -> addTab(w, tr("Report de folio"));
|
||||
frp_ = new FolioReportProperties(element_, this);
|
||||
tab_ -> addTab(frp_, tr("Report de folio"));
|
||||
break;
|
||||
case Element::master:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user