mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
#include "projectdbmodel.h"
|
||||
|
||||
/**
|
||||
* @brief PropertiesEditorFactory::propertiesEditor
|
||||
* @param model : the model to be edited
|
||||
* @param editor : if the properties editor to be created is the same class as @editor, the this function set @item as edited item of @editor and return editor
|
||||
* @param parent : parent widget of the returned editor
|
||||
* @return an editor or nullptr
|
||||
*/
|
||||
@brief PropertiesEditorFactory::propertiesEditor
|
||||
@param model : the model to be edited
|
||||
@param editor : if the properties editor to be created is the same class as @editor, the this function set @item as edited item of @editor and return editor
|
||||
@param parent : parent widget of the returned editor
|
||||
@return an editor or nullptr
|
||||
*/
|
||||
PropertiesEditorWidget *PropertiesEditorFactory::propertiesEditor(QAbstractItemModel *model, PropertiesEditorWidget *editor, QWidget *parent)
|
||||
{
|
||||
Q_UNUSED(model)
|
||||
|
||||
Reference in New Issue
Block a user