Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/snippets/scriptdebugger.cpp

    r2 r561  
     1
     2
     3
     4
     5
     6
     7
     8
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
    141
    242#include <QtGui>
     
    2666    QWidget *codeWindow = debugger->widget(QScriptEngineDebugger::CodeWidget);
    2767    QWidget *stackWidget = debugger->widget(QScriptEngineDebugger::StackWidget);
    28    
     68
    2969    QLayout *layout = new QHBoxLayout;
    3070    layout->addWidget(codeWindow);
     
    4888    debugger->setAutoShowStandardWindow(false);
    4989
    50     widget->setLayout(layout); 
     90    widget->setLayout(layout);
    5191    widget->show();
    5292
Note: See TracChangeset for help on using the changeset viewer.