0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-10 10:01:25 +03:00

Dialog designer support has been added to CMakeLists.txt

This commit is contained in:
Arin Alex
2022-11-10 23:01:49 +03:00
parent f202c57a43
commit 57abae501d
3 changed files with 86 additions and 21 deletions

View File

@@ -168,6 +168,7 @@ QGraphicsLineItem *BorderFrameEditor::createSideLine(LimeReport::BaseDesignIntf:
case BaseDesignIntf::BorderSide::BottomLine:
return scene->addLine(QLineF(10, rect().bottom() - 10, rect().width() - 10, rect().bottom() - 10), m_pen);
}
return 0;
}
void BorderFrameEditor::updateBorders()