Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. #ifndef I8910TUNING_H
  2. #define I8910TUNING_H
  3.  
  4. #include <QtGui/QWidget>
  5. #include "ui_i8910tuning.h"
  6. #include <QtGui/QMainWindow>
  7. #include <e32base.h>
  8. #include <centralrepository.h>
  9. #include <QWidget>
  10.  
  11. class i8910tuning : public QWidget
  12. {
  13. Q_OBJECT
  14.  
  15. public:
  16. i8910tuning(QWidget *parent = 0);
  17. ~i8910tuning();
  18. Q_INVOKABLE TInt ChangeValInt(const TUid KUidRepository, const TUint32 key, const TInt newkeyvalue);
  19. Q_INVOKABLE TInt ReadValInt(const TUid KUidRepository, const TUint32 key);
  20. void deleteEmptyCamera(const QString &folder);
  21. void deleteGalleryCache(const QString &folder);
  22.  
  23.  
  24. public slots:
  25. void mod2();
  26. void AFphoto_slot();
  27. void AFvideo_slot();
  28. Q_INVOKABLE void PFphoto_slot();
  29. void PFvideo_slot();
  30. void supprON_slot();
  31. void supprOFF_slot();
  32. void milestone_slot();
  33. void vivaz_slot();
  34. void i8910_slot();
  35. void i8510_slot();
  36. void n900_slot();
  37. void palm_slot();
  38. void devplat_slot();
  39. void droidx_slot();
  40. void startcamera_slot();
  41. void exit_slot();
  42. void inUseJpeg();
  43. void deleteEmptyCamera_slot();
  44. void deleteGalleryCache_slot();
  45. void changeid5800();
  46. void changeidn97();
  47. void changeidvivaz();
  48. void changeidi8910();
  49.  
  50. private:
  51. Ui::i8910tuning ui;
  52. };
  53.  
  54. #endif // I8910TUNING_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement