소스 검색

mainwindow.cpp edited online with Bitbucket

Sara Beatriz Schwarz Iglesias 7 년 전
부모
커밋
6798adbeba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      mainwindow.cpp

+ 1
- 0
mainwindow.cpp 파일 보기

@@ -21,6 +21,7 @@ MainWindow::MainWindow(QWidget *parent) :
21 21
     ui->setupUi(this);
22 22
 
23 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 25
     QList<QToolBar *> toolbars = this->findChildren<QToolBar *>();
25 26
     foreach(QToolBar *t, toolbars) t->hide();
26 27
     QList<QStatusBar *> statusbars = this->findChildren<QStatusBar *>();