Module implementing a class used to display the resources part of the project.
ProjectResourcesBrowser | A class used to display the resources part of the project. |
None |
A class used to display the resources part of the project.
ProjectResourcesBrowser | Constructor |
__addResourceFiles | Private method to add resource files to the project. |
__addResourcesDirectory | Private method to add resource files of a directory to the project. |
__compileAllResources | Private method to compile all resources to source files. |
__compileQRC | Privat method to compile a .qrc file to a .py file. |
__compileQRCDone | Private slot to handle the finished signal of the compile process. |
__compileResource | Private method to compile a resource to a source file. |
__compileSelectedResources | Private method to compile selected resources to source files. |
__deleteFile | Private method to delete a resource file from the project. |
__newResource | Private slot to handle the New Resource menu action. |
__openFile | Private slot to handle the Open menu action. |
__readStderr | Private slot to handle the readyReadStandardError signal of the pyuic/rbuic process. |
__readStdout | Private slot to handle the readyReadStandardOutput signal of the pyuic/rbuic process. |
__showPopupMenu | Private slot called by the menu aboutToShow signal. |
__showPopupMenuDir | Private slot called by the dirMenu aboutToShow signal. |
__showPopupMenuDirMulti | Private slot called by the dirMultiMenu aboutToShow signal. |
__showPopupMenuMulti | Private slot called by the multiMenu aboutToShow signal. |
_createPopupMenus | Protected overloaded method to generate the popup menu. |
_showContextMenu | Protected slot to show the context menu. |
compileChangedResources | Public method to compile all changed resources to source files. |
Constructor
Private method to add resource files to the project.
Private method to add resource files of a directory to the project.
Private method to compile all resources to source files.
Privat method to compile a .qrc file to a .py file.
Private slot to handle the finished signal of the compile process.
Private method to compile a resource to a source file.
Private method to compile selected resources to source files.
Private method to delete a resource file from the project.
Private slot to handle the New Resource menu action.
Private slot to handle the Open menu action.
Private slot to handle the readyReadStandardError signal of the pyuic/rbuic process.
Private slot to handle the readyReadStandardOutput signal of the pyuic/rbuic process.
Private slot called by the menu aboutToShow signal.
Private slot called by the dirMenu aboutToShow signal.
Private slot called by the dirMultiMenu aboutToShow signal.
Private slot called by the multiMenu aboutToShow signal.
Protected overloaded method to generate the popup menu.
Protected slot to show the context menu.
Public method to compile all changed resources to source files.