mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Implemented files prioritizing in a torrent (Part I: Torrent Properties), still need to work on torrent addition dialog
This commit is contained in:
@@ -39,19 +39,16 @@ class properties : public QDialog, private Ui::properties{
|
||||
PropListDelegate *PropDelegate;
|
||||
QStandardItemModel *PropListModel;
|
||||
QTimer *updateProgressTimer;
|
||||
std::vector<bool> selectionBitmask;
|
||||
bool has_filtered_files;
|
||||
|
||||
protected slots:
|
||||
void on_select_clicked();
|
||||
void on_unselect_clicked();
|
||||
void on_okButton_clicked();
|
||||
void on_incrementalDownload_stateChanged(int);
|
||||
void setRowColor(int row, QString color);
|
||||
void saveFilteredFiles();
|
||||
void savePiecesPriorities();
|
||||
void updateProgress();
|
||||
void loadFilteredFiles();
|
||||
void setAllPiecesState(bool selected);
|
||||
void loadPiecesPriorities();
|
||||
void setAllPiecesState(unsigned short priority);
|
||||
void askForTracker();
|
||||
void loadTrackers();
|
||||
void deleteSelectedTrackers();
|
||||
|
||||
Reference in New Issue
Block a user