summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.h
diff options
context:
space:
mode:
authormio <stigma@disroot.org>2025-04-21 13:38:39 +1000
committermio <stigma@disroot.org>2025-04-27 11:35:46 +1000
commitacabf89e015ed0931b5534af54a27c2a575d0bc2 (patch)
treef93a2b62606873ec5873db633557a0d5e2381b9e /src/app/mainWindow.h
parent37df0c3b3c2ff66308d5e345ac8ead8de6304612 (diff)
downloadcodeine-other/media-info-window.tar.gz
codeine-other/media-info-window.zip
Rework media information dialogother/media-info-window
Currently, the info dialog (shortcut I) can exceed the screen bounds as it requests all information and displays it in a single vertical list. This commit changes it so less information is requested and cleans up the dialog. Signed-off-by: mio <stigma@disroot.org>
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r--src/app/mainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h
index fbb6be4..3db1f09 100644
--- a/src/app/mainWindow.h
+++ b/src/app/mainWindow.h
@@ -18,6 +18,7 @@ class VolumeAction;
namespace Codeine
{
class AudioView;
+ class MediaInfoDialog;
class MainWindow : public TDEMainWindow
{
@@ -72,6 +73,7 @@ namespace Codeine
TQLabel *m_titleLabel;
TQWidget *m_analyzer;
AudioView *m_audioView;
+ MediaInfoDialog *m_mediaInfoDialog;
TQWidgetStack *m_widgetStack;
VolumeAction *m_volumeAction;