feat(GODT-3121): added display of bug report user input in bridge-gui-tester.

This commit is contained in:
Xavier Michelon
2023-12-04 14:51:55 +01:00
parent 6e2e622a2f
commit e5db9b1ccc
6 changed files with 222 additions and 159 deletions

View File

@ -37,6 +37,9 @@ public: // member functions.
KnowledgeBaseTab& operator=(KnowledgeBaseTab&&) = delete; ///< Disabled move assignment operator.
QList<bridgepp::KnowledgeBaseSuggestion> getSuggestions() const; ///< Returns the suggestions.
public slots:
void requestKnowledgeBaseSuggestions(QString const &userInput) const; ///< Slot for the 'RequestKnowledgeBaseSuggestions' gRPC call.
private slots:
void sendKnowledgeBaseSuggestions() const; ///< Send a KnowledgeBaseSuggestions event.
void updateGuiState(); ///< Update the GUI state.