mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Finish 1.7.12
This commit is contained in:
commit
570aaa734f
@ -238,18 +238,4 @@ void HorizontalLayout::placeItemInLayout(BaseDesignIntf* item)
|
|||||||
item->setPos(0, 0);
|
item->setPos(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// void HorizontalLayout::insertItemInLayout(BaseDesignIntf* item)
|
|
||||||
// {
|
|
||||||
// bool inserted = false;
|
|
||||||
// for (int i=0; i<layoutsChildren().length(); ++i){
|
|
||||||
// BaseDesignIntf* child = layoutsChildren()[i];
|
|
||||||
// if (child->pos() == item->pos()){
|
|
||||||
// layoutsChildren().insert(i, item);
|
|
||||||
// inserted = true;
|
|
||||||
// break;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// if (!inserted) layoutsChildren().append(item);
|
|
||||||
// }
|
|
||||||
|
|
||||||
} // namespace LimeReport
|
} // namespace LimeReport
|
||||||
|
@ -62,7 +62,6 @@ private:
|
|||||||
void sortChildren();
|
void sortChildren();
|
||||||
void divideSpace();
|
void divideSpace();
|
||||||
void placeItemInLayout(BaseDesignIntf* item);
|
void placeItemInLayout(BaseDesignIntf* item);
|
||||||
// void insertItemInLayout(BaseDesignIntf* item);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} //namespace LimeReport
|
} //namespace LimeReport
|
||||||
|
@ -27,7 +27,6 @@ private:
|
|||||||
void sortChildren();
|
void sortChildren();
|
||||||
void divideSpace();
|
void divideSpace();
|
||||||
void placeItemInLayout(BaseDesignIntf* item);
|
void placeItemInLayout(BaseDesignIntf* item);
|
||||||
// void insertItemInLayout(BaseDesignIntf* item);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace LimeReport
|
} // namespace LimeReport
|
||||||
|
Loading…
Reference in New Issue
Block a user