mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Added AutoNumbering Dock Widget
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4573 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -260,7 +260,7 @@ void BorderTitleBlock::importTitleBlock(const TitleBlockProperties &ip) {
|
||||
setTitle(ip.title);
|
||||
setFileName(ip.filename);
|
||||
setFolio(ip.folio);
|
||||
setAutoPageNum(ip.auto_page_num);
|
||||
setAutoPageNum(ip.auto_page_num);
|
||||
if (m_edge != ip.display_at)
|
||||
{
|
||||
m_edge = ip.display_at;
|
||||
@@ -394,6 +394,15 @@ void BorderTitleBlock::displayBorder(bool db) {
|
||||
if (change) emit(displayChanged());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief BorderTitleBlock::slot_setAutoPageNum
|
||||
* @param pageAutoNum
|
||||
* Set Page (Folio) Auto Num
|
||||
*/
|
||||
void BorderTitleBlock::slot_setAutoPageNum(QString pageAutoNum) {
|
||||
btb_auto_page_num_=pageAutoNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief BorderTitleBlock::updateRectangles
|
||||
* This method update the diagram rect according to the value of rows and columns (number and size)
|
||||
|
||||
Reference in New Issue
Block a user