Module implementing the Debugger General configuration page.
None |
DebuggerGeneralPage | Class implementing the Debugger General configuration page. |
PreviewModel | Class to show an example of the selected background colours for the debug viewer. |
create | Module function to create the configuration page. |
Class implementing the Debugger General configuration page.
None |
None |
DebuggerGeneralPage | Constructor |
on_addAllowedHostButton_clicked | Private slot called to add a new allowed host. |
on_allowedHostsList_currentItemChanged | Private method set the state of the edit and delete button. |
on_deleteAllowedHostButton_clicked | Private slot called to delete an allowed host. |
on_editAllowedHostButton_clicked | Private slot called to edit an allowed host. |
save | Public slot to save the Debugger General (1) configuration. |
None |
Constructor
Private slot called to add a new allowed host.
Private method set the state of the edit and delete button.
Private slot called to delete an allowed host.
Private slot called to edit an allowed host.
Public slot to save the Debugger General (1) configuration.
Class to show an example of the selected background colours for the debug viewer.
None |
None |
PreviewModel | Constructor |
columnCount | Public Qt slot to get the column count. |
data | Public Qt slot get the role data of item. |
flags | Public Qt slot to get the item flags. |
index | Public Qt slot to get the index of item at row:column of parent. |
parent | Public Qt slot to get the parent of the given child. |
rowCount | Public Qt slot to get the row count. |
setColor | Public slot to update the background colour indexed by key. |
None |
Constructor
Public Qt slot to get the column count.
Public Qt slot get the role data of item.
Public Qt slot to get the item flags.
Public Qt slot to get the index of item at row:column of parent.
Public Qt slot to get the parent of the given child.
Public Qt slot to get the row count.
Public slot to update the background colour indexed by key.
Module function to create the configuration page.