mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Allow more than one media file when importing from the web
To import media files from the web, increas the size of the dialog box and allow several URLs separated by newlines. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
bc2de35242
commit
96e825fb2e
5 changed files with 59 additions and 52 deletions
|
|
@ -82,7 +82,7 @@ private:
|
|||
int lastImageTimeOffset();
|
||||
void addToTrip(int delta);
|
||||
void matchImagesToDives(QStringList fileNames);
|
||||
void loadImageFromURL(QUrl url);
|
||||
void loadImagesFromURLs(QString urls);
|
||||
bool eventFilter(QObject *, QEvent *) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *event) override;
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue