forked from qt-creator/qt-creator
API-Documentation: Add the Utils-library.
Fix API after doc template change.
This commit is contained in:
@@ -55,6 +55,18 @@ static void inline setComboBlocked(QComboBox *cb, int index)
|
||||
cb->blockSignals(blocked);
|
||||
}
|
||||
|
||||
/*!
|
||||
\class Utils::SubmitFieldWidget
|
||||
\brief A widget for editing submit message fields like "reviewed-by:",
|
||||
"signed-off-by:".
|
||||
|
||||
It displays them in a vertical row of combo/line edit fields
|
||||
that is modeled after the target address controls of mail clients.
|
||||
When choosing a different field in the combo, a new row is opened if text
|
||||
has been entered for the current field. Optionally, a "Browse..." button and
|
||||
completer can be added.
|
||||
*/
|
||||
|
||||
namespace Utils {
|
||||
|
||||
// Field/Row entry
|
||||
|
||||
Reference in New Issue
Block a user