* @brief Returns the list of available console display modes. */
| 262 | * @brief Returns the list of available console display modes. |
| 263 | */ |
| 264 | QStringList Console::Handler::displayModes() const |
| 265 | { |
| 266 | QStringList list; |
| 267 | list.append(tr("Plain Text")); |
| 268 | list.append(tr("Hexadecimal")); |
| 269 | return list; |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * @brief Returns the list of supported text encodings for QML. |