3.0
Last change
on this file since 29:5b7bd52822a2 was
29:5b7bd52822a2,
checked in by Sämy Zehnder <saemy.zehnder@…>, 13 years ago
|
- Yeah!!! LoginAccount::Status::Login is no longer undefined in libSwisscomXtraZone.so!!
- Created library libInterfaces.a
|
File size:
335 bytes
|
Line | |
---|
1 | /* |
---|
2 | * UIHelper.h |
---|
3 | * |
---|
4 | * Created on: Jun 16, 2009 |
---|
5 | * Author: saemy |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef UIHELPER_H_ |
---|
9 | #define UIHELPER_H_ |
---|
10 | |
---|
11 | #include <ibinary.h> |
---|
12 | |
---|
13 | #include <QtGui/QImage> |
---|
14 | |
---|
15 | class UIHelper { |
---|
16 | public: |
---|
17 | static IBinary* QImageToBinary(const QImage& image); |
---|
18 | static QImage* BinaryToQImage(const IBinary& binary); |
---|
19 | }; |
---|
20 | |
---|
21 | |
---|
22 | #endif /* UIHELPER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.