mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 01:54:25 -05:00
Fiw New Warnings
This commit is contained in:
parent
91f2cf720f
commit
e4dbc46b34
10 changed files with 374 additions and 378 deletions
|
|
@ -27,13 +27,14 @@
|
|||
class StyledElidedLabel : public ElidedLabel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(int fontSizeFactor WRITE setFontSizeFactor)
|
||||
Q_PROPERTY(int fontSizeFactor READ fontSizeFactor WRITE setFontSizeFactor)
|
||||
|
||||
public:
|
||||
StyledElidedLabel(QWidget *parent = NULL);
|
||||
StyledElidedLabel(const QString &text, QWidget *parent = NULL);
|
||||
|
||||
void setFontSizeFactor(int factor);
|
||||
int fontSizeFactor() {return _lastFactor;}
|
||||
|
||||
private:
|
||||
int _lastFactor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue