mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 03:20:53 +01:00
Fix : in some condition, dynamic text are not at the same position when open a project.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5406 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -32,6 +32,13 @@ namespace QET {
|
||||
const QString displayedVersion = "0.70-dev";
|
||||
QString license();
|
||||
|
||||
//Describe the current state of a graphic item
|
||||
enum GraphicsItemState {
|
||||
GIOK, ///<General state
|
||||
GIBuildingFromXml, ///<Item is currently building from a xml description (element)
|
||||
GILoadingFromXml ///<Item is loading her properties from a xml description.
|
||||
};
|
||||
|
||||
/// List the various kind of changes for the zValue
|
||||
enum DepthOption {
|
||||
BringForward, ///< Bring item to the foreground so they have the highest zValue
|
||||
|
||||
Reference in New Issue
Block a user