mhayworth

Results 9 comments of mhayworth

@Krzmbrzl I'm an undergraduate student looking to contribute to an open source project as part of my Intro to Software Engineering Class. I'm interesting in working on this issue. Would...

![Screenshot 2022-01-21 155645](https://user-images.githubusercontent.com/73895101/150599069-b0b4c52b-de41-4978-aece-e03e9b785b9e.png) I'm not sure if I'm missing something, but it seems that changing the background color is already possible with the existing settings, in this picture you can...

![Screenshot 2022-01-21 160816](https://user-images.githubusercontent.com/73895101/150600367-2aa7e88d-dfd6-4f2a-b3a1-62ae41cc2a36.png) Just to confirm, this is the TalkingUI, right?

Thanks, I believe I found where the color is determined (please correct me if I'm wrong): TalkingUIEntry.cpp, line 101: m_backgroundWidget->setAutoFillBackground(true); I looked on the Qt documentation for background color (https://wiki.qt.io/How_to_Change_the_Background_Color_of_QWidget),...

gotcha. There already is a `MultiStyleWidgetWrapper` called `m_backgroundWidgetStyleWrapper` in `TalkingUIEntry.h`, how would I modify this to change the background color?

Hey there, whats the difference between the `setBackgroundColor` and `setBackgroundColorSelector` functions of the `MultiStyleWidgetWrapper` class, and which would be more applicable for setting the background of the TalkingUI?

and I guess this comment also ties into how we want the user to choose a background color. It seems like a selector is the best option, no? what would...

Okay, I've created a list of what I've done and what I think I need help with. I have: 1. Added a member function `setBackgroundColor` to the `talkingUIEntry` interface and...

I read through your most recent reply and am taking those into consideration. I figured I should just do my pr as-is so you can evaluate what i've done so...