mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Improved properties pannel by using a Splitter to allow the user to set the height of the pannel
This commit is contained in:
parent
6199d6d543
commit
4493752d2f
5 changed files with 49 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue