IT IS TIME Hi, hello, SongSing here. This is Pokemon Online Theme Omnireference. I'm so glad you could join me today. Spoiler: ServerChoice ServerChoice: Spoiler: image Style Options: ServerChoice - styles the whole widget ServerChoice #serverList - styles the list of servers ServerChoice #description - styles the server description box ServerChoice #nameEdit - styles the name textbox ServerChoice #advServerEdit - styles the advanced connection box ServerChoice #teambuilder - styles the Teambuilder button ServerChoice #advancedConnection - styles the advanced connection button ServerChoice #switchPort - styles the little refresh button ServerChoice #announcement - styles the announcement thing ServerChoice QWidget#serverChoiceFrame - styles the large frame containing all of the server info ServerChoice #serverChoice - styles the smaller frame within the serverChoiceFrame ** Note: Buttons can be styled with QPushButton, no need to do them individually unless you want them to look different from eachother. Same goes for text boxes and QLineEdit. Spoiler: Client Client: Spoiler: Player List Player List: Spoiler: image Style Options: #playersWidget - styles the container #playersWidget QAbstractItemView - styles the lists within the container (the player list, channel list, and battle list) Spoiler: Main Chat Main Chat: Spoiler: image Style Options: QTextEdit#MainChat - styles the chat box QTabWidget#MainChat QTabBar::tab - styles the tabs QTabWidget#MainChat QTabBar::tab:hover - styles the tabs when hovered QTabWidget#MainChat QTabBar::tab:selected - styles the tabs when selected QTabWidget#MainChat QTabBar::tab:!selected - styles the tabs when not selected QTabWidget#MainChat::tab-bar - styles the actual row the tabs are on #FindBattle - styles the Find Battle button specifically #Register - styles the Register button specifically #Exit - styles the Exit button specifically #Send - styles the Send button specifically Client > * > * > QLineEdit - styles the textbox specifically (all textboxes can be styled with QLineEdit) (This really needs a name like the buttons have, maybe in the next PO release :\) ** Note: Buttons in general can just be styled with QPushButton Spoiler: Misc Misc. #Announcement - styles the announcement at the top #passwordDialog - styles the password dialog from when you log in #exitWarning - styles the warning shown when you exit and have exit warning enabled Spoiler: Teambuilder - TrainerInfo Spoiler: image Style Options: TrainerMenu #name TrainerMenu #colorButton TrainerMenu #infos TrainerMenu #winningMessage TrainerMenu #losingMessage TrainerMenu #tieMessage TrainerMenu #avatarLabel TrainerMenu #avatar TrainerMenu #avatarNumber TrainerMenu #avatarSelect TrainerMenu #profileList TrainerMenu #saveProfile TrainerMenu #newProfile TrainerMenu #deleteProfile TrainerMenu #boxCenter TrainerMenu #pokedex More to come! (If you have any questions/comments or would like to know how to style something, feel free to comment!)