Kaynağa Gözat

mainwindow.cpp edited online with Bitbucket

Sara Beatriz Schwarz Iglesias 8 yıl önce
ebeveyn
işleme
6798adbeba
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      mainwindow.cpp

+ 1
- 0
mainwindow.cpp Dosyayı Görüntüle

21
     ui->setupUi(this);
21
     ui->setupUi(this);
22
 
22
 
23
     // just hidding the toolbars to have a bigger drawing area.
23
     // just hidding the toolbars to have a bigger drawing area.
24
+    // solo se esta escondiendo las barras de herramientas para tener una mayor area para dibujar.
24
     QList<QToolBar *> toolbars = this->findChildren<QToolBar *>();
25
     QList<QToolBar *> toolbars = this->findChildren<QToolBar *>();
25
     foreach(QToolBar *t, toolbars) t->hide();
26
     foreach(QToolBar *t, toolbars) t->hide();
26
     QList<QStatusBar *> statusbars = this->findChildren<QStatusBar *>();
27
     QList<QStatusBar *> statusbars = this->findChildren<QStatusBar *>();