end porting core part

todo: panels control, windows preview
This commit is contained in:
arcan1s
2015-02-05 12:31:34 +03:00
parent 35a5aa6a6c
commit 685c0390b4
7 changed files with 197 additions and 18 deletions

View File

@ -79,7 +79,7 @@ QString GraphicalItem::image(const float value)
view->resize(m_width + 5.0, m_height + 5.0);
// paint
switch(m_type) {
switch (m_type) {
case Vertical:
pen.setWidth(m_width);
// inactive
@ -206,7 +206,7 @@ QString GraphicalItem::strType()
if (debug) qDebug() << PDEBUG;
QString value;
switch(m_type) {
switch (m_type) {
case Vertical:
value = QString("Vertical");
break;