mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
Beautified RsCollectionDialog.
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4670 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e181127a30
commit
f952bc267b
10 changed files with 337 additions and 284 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
class QCheckBox ;
|
||||
|
||||
class RsCollectionDialog: public QDialog, public Ui::rsCollectionDialog
|
||||
class RsCollectionDialog: public QDialog, public Ui::RsCollectionDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -40,6 +40,9 @@ class RsCollectionDialog: public QDialog, public Ui::rsCollectionDialog
|
|||
void cancel() ;
|
||||
void updateSizes() ;
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *ev);
|
||||
|
||||
private:
|
||||
const std::vector<RsCollectionFile::DLinfo>& _dlinfos ;
|
||||
std::vector<QCheckBox*> _cboxes ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue