Page 1 of 1

Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Sat Jul 29, 2017 10:55 pm
by Slayd
The trigger editor dialogue box is messed up. Other dialogue boxes are fine.

Here is the screen shot:
data.png

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Sun Jul 30, 2017 5:50 am
by Vadi
I think this is an issue with a theme you're using? Mudlet is not dark out of the box.

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Sun Jul 30, 2017 6:31 am
by Slayd
Wouldnt' the problem be consistent across all dialogues then? Alias, Scripts, etc work fine. Just the Trigger is naff

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Sun Jul 30, 2017 3:56 pm
by Vadi
Well depends on which part are you looking at - it's only the triggers that use custom colours like that

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Sun Jul 30, 2017 4:29 pm
by Slayd
Whatever. If it looks fine for you then who am I to worry about it. I'm not coding the stuff.

If I can get this to work, I'm including a screenshot of the Alias dialogue. None of the problems there
file:///home/seriley/Pictures/Screenshot_20170730_091455.png

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Mon Jul 31, 2017 12:34 am
by SlySven
For all trigger types apart from "color" trigger the entry box is a QLineEdit and that widget is used frequently all over the various item types specific parts of the editor - even the "Name:" and "Command:" entry widgets - what might be a problem is that various parts of the code-base change the colouring of some bits by modifying the "palette" and other parts are modified by modifying the "stylesheet" - now the style sheet can be modified overall with additional "themes" that can be specified outside of the core of the application - as some have found out. However I thought the Qt Documentation made it clear that, importantly: don't cross the streams - it would be bad, er do not use both on the same widget - but when I went to hunt this down I cannot find it - so now I am not so sure. :?

Re: Mudlet 3.3.1/3.3.1-dev for linux: Trigger Dialogue messed up

Posted: Wed Aug 02, 2017 5:25 am
by Vadi
We can't see the screenshot :\