aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/test_console.cpp
blob: d025f26bef967eac6750017f0a2ca24679df4c59 (plain)
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
#include <iostream>
#include <QApplication>
#include <QMainWindow>
#include <QWidget>
#include <QGridLayout>
#include <QTextEdit>

#include "Console.h"
#include "Interpreter.h"

Console* console;

void SetupWindow( int argc, char *argv[] )
{
    QMainWindow* window = new QMainWindow;
    window->resize( 800, 600 );
    QWidget* centralWidget = new QWidget(window);
    QGridLayout* layout = new QGridLayout(centralWidget);
    console = new Console;
    layout->addWidget(console, 0, 0, 1, 1);
    window->setCentralWidget(centralWidget);
    window->show( );
}

int main( int argc, char *argv[] )
{
    QApplication app( argc, argv );
    Interpreter::Initialize( );

    SetupWindow( argc, argv );

    bool res = app.exec( );
    delete console;
    Interpreter::Finalize( );
    return res;
}
s="n">gpios = <&gpio1 1 1>; linux,code = <KEY_WPS_BUTTON>; }; reset { label = "reset"; gpios = <&gpio1 2 1>; linux,code = <KEY_RESTART>; }; }; gpio-leds { compatible = "gpio-leds"; wps_green { label = "F@ST2704N:green:wps"; gpios = <&gpio0 2 1>; }; lan1_green { label = "F@ST2704N:green:lan1"; gpios = <&gpio0 4 1>; }; lan2_green { label = "F@ST2704N:green:lan2"; gpios = <&gpio0 5 1>; }; lan3_green { label = "F@ST2704N:green:lan3"; gpios = <&gpio0 6 1>; }; lan4_green { label = "F@ST2704N:green:lan4"; gpios = <&gpio0 7 1>; }; inet_green { label = "F@ST2704N:green:inet"; gpios = <&gpio0 8 1>; }; inet_red { label = "F@ST2704N:red:inet"; gpios = <&gpio0 9 1>; }; dsl_green { label = "F@ST2704N:green:dsl"; gpios = <&gpio0 10 1>; }; power_red { label = "F@ST2704N:red:power"; gpios = <&gpio0 11 1>; }; power_green { label = "F@ST2704N:green:power"; gpios = <&gpio1 15 1>; default-state = "on"; }; usb_green { label = "F@ST2704N:green:usb"; gpios = <&gpio1 17 1>; }; }; };