mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Improved properties pannel by using a Splitter to allow the user to set the height of the pannel
This commit is contained in:
@@ -59,7 +59,6 @@ class TransferListWidget;
|
||||
class TransferListFiltersWidget;
|
||||
class QSplitter;
|
||||
class PropertiesWidget;
|
||||
class QVBoxLayout;
|
||||
|
||||
class GUI : public QMainWindow, private Ui::MainWindow{
|
||||
Q_OBJECT
|
||||
@@ -79,8 +78,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
||||
TransferListWidget *transferList;
|
||||
TransferListFiltersWidget *transferListFilters;
|
||||
PropertiesWidget *properties;
|
||||
QVBoxLayout *hSplitter;
|
||||
QWidget *rightPanel;
|
||||
QSplitter *hSplitter;
|
||||
QSplitter *vSplitter;
|
||||
QLabel *connecStatusLblIcon;
|
||||
bool systrayIntegration;
|
||||
|
||||
Reference in New Issue
Block a user