mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-24 16:29:59 +01:00
Il est desormais possible de poser des conducteurs en pointilles.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@773 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -75,6 +75,8 @@ class ConductorProperties {
|
||||
QColor color;
|
||||
/// texte affiche si le conducteur est multifilaire
|
||||
QString text;
|
||||
/// style du conducteur (Qt::SolidLine ou Qt::DashLine)
|
||||
Qt::PenStyle style;
|
||||
|
||||
/// proprietes si le conducteur est unifilaire
|
||||
SingleLineProperties singleLineProperties;
|
||||
@@ -89,5 +91,9 @@ class ConductorProperties {
|
||||
// operateurs
|
||||
int operator==(const ConductorProperties &);
|
||||
int operator!=(const ConductorProperties &);
|
||||
|
||||
private:
|
||||
void readStyle(const QString &);
|
||||
QString writeStyle() const;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user