~openhommdev/openhomm/gui

« back to all changes in this revision

Viewing changes to src/gui/hrUI.hpp

  • Committer: Roman Fomin
  • Date: 2010-02-22 15:38:37 UTC
  • Revision ID: rfomin@gmail.com-20100222153837-7idkqlt3dt5br3ny
add border
pcx plugin: alpha channel

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <QScriptValueIterator>
22
22
 
23
23
#include "hrWidget.hpp"
24
 
#include "hrPushButton.hpp"
25
24
 
26
25
class hrUI : public QObject
27
26
{
43
42
 
44
43
public slots:
45
44
    void addWidget(hrWidget *item);
 
45
    void resize(int w, int h);
46
46
 
47
47
private:
48
48
    hrUI(QObject * parent = 0);