forked from blue/squawk
aspectRation handling for images, other then images types of downloads, progress fix, labels, context menu to open files
This commit is contained in:
parent
94a3766aaf
commit
cc54c6393a
10 changed files with 307 additions and 80 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <QScopedPointer>
|
||||
#include "../../global.h"
|
||||
#include "messageline.h"
|
||||
#include "../utils/resizer.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -42,18 +43,6 @@ signals:
|
|||
void enterPressed();
|
||||
};
|
||||
|
||||
class Resizer : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
Resizer(QWidget* parent = nullptr);
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* obj, QEvent* event) override;
|
||||
|
||||
signals:
|
||||
void resized();
|
||||
};
|
||||
|
||||
class VisibilityCatcher : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue