aaaa

C++ code posted by aaaa
created at 15 Sep 18:54, updated at 15 Sep 19:39

Edit | Back
1
2
3
4
5
6
7
8
9
Dialog::Dialog
{
    setWindowFlags( Qt::Dialog | Qt::WindowTitleHint );
    setFixedSize( width(), height() );
}

for (int i = 0; i < 10; ++i) {
  setOut(i);
}
168 Bytes in 2 ms with coderay