mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
save and load ToolButtonStyles
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2122 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b8c2367c41
commit
c86196e8fa
2 changed files with 94 additions and 4 deletions
|
@ -22,6 +22,8 @@
|
|||
#ifndef _MESSAGESDIALOG_H
|
||||
#define _MESSAGESDIALOG_H
|
||||
|
||||
#include "settings/rsharesettings.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
|
||||
#include "mainpage.h"
|
||||
|
@ -35,11 +37,12 @@ public:
|
|||
/** Default Constructor */
|
||||
MessagesDialog(QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
void insertMsgTxtAndFiles();
|
||||
virtual void keyPressEvent(QKeyEvent *) ;
|
||||
void insertMsgTxtAndFiles();
|
||||
virtual void keyPressEvent(QKeyEvent *) ;
|
||||
|
||||
public slots:
|
||||
void insertMessages();
|
||||
void insertMessages();
|
||||
|
||||
private slots:
|
||||
|
||||
/** Create the context popup menu and it's submenus */
|
||||
|
@ -74,8 +77,12 @@ private slots:
|
|||
void buttonstextbesideicon();
|
||||
void buttonsicononly();
|
||||
void buttonstextundericon();
|
||||
|
||||
void loadToolButtonsettings();
|
||||
|
||||
private:
|
||||
/** A RetroShare Settings object used for saving/loading settings */
|
||||
RshareSettings *_settings;
|
||||
|
||||
bool getCurrentMsg(std::string &cid, std::string &mid);
|
||||
void setMsgAsRead(QTreeWidgetItem *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue