diff --git a/resources/OpenBoard.qrc b/resources/OpenBoard.qrc index d1a5661f..155356b3 100644 --- a/resources/OpenBoard.qrc +++ b/resources/OpenBoard.qrc @@ -126,6 +126,9 @@ images/toolbar/eraserTool.png images/toolbar/lineTool.png images/toolbar/tools.png + images/toolbar/solidLine.svg + images/toolbar/dashedLine.svg + images/toolbar/dottedLine.svg images/stylusPalette/arrow.png images/stylusPalette/arrowOn.png images/stylusPalette/handPlay.png diff --git a/resources/forms/mainWindow.ui b/resources/forms/mainWindow.ui index 0b0ef33b..3b63b316 100644 --- a/resources/forms/mainWindow.ui +++ b/resources/forms/mainWindow.ui @@ -1708,7 +1708,7 @@ - :/images/toolbar/smallEraser.png:/images/toolbar/smallEraser.png + :/images/toolbar/solidLine.svg:/images/toolbar/solidLine.svg Line Style @@ -1726,7 +1726,7 @@ - :/images/toolbar/mediumEraser.png:/images/toolbar/mediumEraser.png + :/images/toolbar/dashedLine.svg:/images/toolbar/dashedLine.svg Line Style @@ -1741,7 +1741,7 @@ - :/images/toolbar/largeEraser.png:/images/toolbar/largeEraser.png + :/images/toolbar/dottedLine.svg:/images/toolbar/dottedLine.svg Line Style diff --git a/resources/images/toolbar/dashedLine.svg b/resources/images/toolbar/dashedLine.svg new file mode 100644 index 00000000..b523d91e --- /dev/null +++ b/resources/images/toolbar/dashedLine.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/resources/images/toolbar/dottedLine.svg b/resources/images/toolbar/dottedLine.svg new file mode 100644 index 00000000..7124cd1e --- /dev/null +++ b/resources/images/toolbar/dottedLine.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/resources/images/toolbar/solidLine.svg b/resources/images/toolbar/solidLine.svg new file mode 100644 index 00000000..45e714e5 --- /dev/null +++ b/resources/images/toolbar/solidLine.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + +