Module implementing the Project Browser configuration page.
ProjectBrowserPage | Class implementing the Project Browser configuration page. |
create | Module function to create the configuration page. |
Class implementing the Project Browser configuration page.
ProjectBrowserPage | Constructor |
__initProjectBrowserColour | Private method to initialize the colour buttons. |
__selectProjectBrowserColour | Private method used by the buttons selecting the project browser colours. |
on_pbHighlightedButton_clicked | Private slot to set the colour for highlighted entries of the project others browser. |
on_pbVcsAddedButton_clicked | Private slot to set the background colour for entries with VCS status "added". |
on_pbVcsConflictButton_clicked | Private slot to set the background colour for entries with VCS status "conflict". |
on_pbVcsModifiedButton_clicked | Private slot to set the background colour for entries with VCS status "modified". |
on_pbVcsUpdateButton_clicked | Private slot to set the background colour for entries with VCS status "needs update". |
save | Public slot to save the Project Browser configuration. |
Constructor
Private method to initialize the colour buttons.
Private method used by the buttons selecting the project browser colours.
Private slot to set the colour for highlighted entries of the project others browser.
Private slot to set the background colour for entries with VCS status "added".
Private slot to set the background colour for entries with VCS status "conflict".
Private slot to set the background colour for entries with VCS status "modified".
Private slot to set the background colour for entries with VCS status "needs update".
Public slot to save the Project Browser configuration.
Module function to create the configuration page.