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
|
@ -295,21 +295,6 @@ void Conversation::responseLocalFile(const QString& messageId, const QString& pa
|
|||
line->responseLocalFile(messageId, path);
|
||||
}
|
||||
|
||||
Resizer::Resizer(QWidget* parent):
|
||||
QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool Resizer::eventFilter(QObject* obj, QEvent* event)
|
||||
{
|
||||
if (event->type() == QEvent::Resize) {
|
||||
emit resized();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool VisibilityCatcher::eventFilter(QObject* obj, QEvent* event)
|
||||
{
|
||||
if (event->type() == QEvent::Show) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue