diff --git a/src/config/configwindow.cpp b/src/config/configwindow.cpp index 249853bb..2aab2612 100644 --- a/src/config/configwindow.cpp +++ b/src/config/configwindow.cpp @@ -46,6 +46,9 @@ ConfigWindow::ConfigWindow(QWidget *parent) : QWidget(parent) { ButtonListView *m_buttonListView = new ButtonListView(this); m_buttonListView->setFlow(QListWidget::TopToBottom); + m_buttonListView->setWhatsThis(tr("Select which buttons will appear arround " + "the capture's selection by clicking on its" + " checkbox.")); baseLayout->addWidget(m_buttonListView); diff --git a/src/config/uicoloreditor.cpp b/src/config/uicoloreditor.cpp index 0e7ce88b..7ab6d5be 100644 --- a/src/config/uicoloreditor.cpp +++ b/src/config/uicoloreditor.cpp @@ -36,6 +36,9 @@ UIcolorEditor::UIcolorEditor(QWidget *parent) : QFrame(parent) { hLayout->addLayout(vLayout); setLayout(hLayout); + setWhatsThis(tr("Color edition component, click on the color wheel and " + "change the UI colors!")); + } // updateUIcolor updates the appearance of the buttons void UIcolorEditor::updateUIcolor() { @@ -67,6 +70,9 @@ void UIcolorEditor::initColorWheel() { colorWheel->setColor(m_uiColor); colorWheel->setFixedSize(100,100); + colorWheel->setWhatsThis(tr("Change the color moving the selectors and see" + " the changes in the preview buttons.")); + hLayout->addWidget(colorWheel); } @@ -88,6 +94,8 @@ void UIcolorEditor::initButtons() { vLayout->addLayout(h1); m_buttonMainColor->setToolTip(tr("Main Color")); + m_buttonMainColor->setWhatsThis(tr("Click on this button to set the edition" + " mode of the main color.")); QFrame *frame2 = new QFrame(this); frame2->setFixedSize(frameSize, frameSize); @@ -105,6 +113,8 @@ void UIcolorEditor::initButtons() { vLayout->addLayout(h2); m_buttonContrast->setToolTip(tr("Contrast Color")); + m_buttonContrast->setWhatsThis(tr("Click on this button to set the edition" + " mode of the contrast color.")); m_lastButtonPressed = m_buttonMainColor; connect(m_buttonMainColor, &Button::pressedButton, diff --git a/src/infowindow.cpp b/src/infowindow.cpp index 2b581df8..f51b7822 100644 --- a/src/infowindow.cpp +++ b/src/infowindow.cpp @@ -67,6 +67,8 @@ QVector InfoWindow::description = { void InfoWindow::initInfoTable() { QTableWidget *table = new QTableWidget(this); + table->setWhatsThis(tr("Available shorcuts in the screen capture mode.")); + layout->addWidget(table); table->setColumnCount(2); diff --git a/translation/Internationalization_es.ts b/translation/Internationalization_es.ts index 9eb2ee5f..1a5518dc 100644 --- a/translation/Internationalization_es.ts +++ b/translation/Internationalization_es.ts @@ -4,162 +4,162 @@ Button - + Shows the dimensions of the selection (X Y) Muestra la dimensión de ls selección (X Y) - + Sets the visibility of the mouse pointer Selecciona la visibilidad del puntero del ratón - + Leaves the capture screen Cierra la pantalla de captura - + Copies the selecion into the clipboard Copia la selección al portapapeles - + Opens the save image window Abre la ventana de guardar imagen - + Sets the paint tool to a pencil Establece el lápiz como herramienta de dibujo - + Sets the paint tool to a line drawer Establece la línea como herramienta de dibujo - + Sets the paint tool to an arrow drawer Establece la flecha como herramienta de dibujo - + Sets the paint tool to a rectagle drawer Establece el rectángulo como herramienta de dibujo - + Sets the paint tool to a circle drawer Establece el círculo como herramienta de dibujo - + Sets the paint tool to a marker Establece el marcador como herramienta de dibujo - + Sets the paint tool to a text creator Establece el texto como herramienta de dibujo - + Opens the color picker widget Abre el selector de color - + Undo the last modification Deshace la última modificación - + Upload the selection to Imgur Sube la selección a Imgur - + Move the selection area Mueve la selección - + Selection Size Indicator Indicador de Tamaño de Selección - + Mouse Visibility Visibilidad del Ratón - + Exit Salir - + Copy Copiar - + Save Guardar - + Pencil Lápiz - + Line Línea - + Arrow Flecha - + Rectangle Rectángulo - + Circle Círculo - + Marker Marcador - + Text Texto - + Color Picker Selector de Color - + Undo Deshacer - + Image Uploader Subir Imagen - + Move Mover Selección @@ -167,7 +167,7 @@ CaptureWidget - + Uploading image... Subiendo imagen... @@ -189,6 +189,11 @@ Button selection Selección de botones + + + Select which buttons will appear arround the capture's selection by clicking on its checkbox. + Selecciona qué botones aparecerán alrededor de la selección de captura clicando en su casilla. + Controller @@ -266,12 +271,17 @@ Muestra el selector de color - + + Available shorcuts in the screen capture mode. + Atajos disponibles en el modo de captura de pantalla. + + + Key Tecla - + Description Descripción @@ -306,21 +316,41 @@ Selecciona un Botón para cambiar el color - + + Color edition component, click on the color wheel and change the UI colors! + Componente de edición de color, ¡clica en él para cambiar el color de la interfaz! + + + + Change the color moving the selectors and see the changes in the preview buttons. + Cambia el color moviendo los selectores y observa los cambios en los botones de previsualización. + + + Select a Button to modify it Selecciona un Botón para modificarlo - - + + Main Color Color Principal - - + + Click on this button to set the edition mode of the main color. + Clica en este botón para aplicar el modo edición para el color primario. + + + + Contrast Color Color de Contraste + + + Click on this button to set the edition mode of the contrast color. + Clica en este botón para aplicar el modo edición para el color de contraste. +