2022-08-19 15:23:09 +00:00
statusDesktop_mainWindow = { " name " : " mainWindow " , " type " : " StatusWindow " , " visible " : True }
statusDesktop_mainWindow_overlay = { " container " : statusDesktop_mainWindow , " type " : " Overlay " , " unnamed " : 1 , " visible " : True }
mainWindow_navBarListView_ListView = { " container " : statusDesktop_mainWindow , " objectName " : " statusMainNavBarListView " , " type " : " ListView " , " visible " : True }
chatView_log = { " container " : statusDesktop_mainWindow , " objectName " : " chatLogView " , " type " : " StatusListView " , " visible " : True }
chatMessageListView_msgDelegate_MessageView = { " container " : chatView_log , " objectName " : " chatMessageViewDelegate " , " index " : 1 , " type " : " MessageView " , " visible " : True }
moduleWarning_Banner = { " container " : statusDesktop_mainWindow , " objectName " : " moduleWarningBanner " , " type " : " Rectangle " , " visible " : True }
statusDesktop_mainWindow_AppMain_EmojiPopup_SearchTextInput = { " container " : statusDesktop_mainWindow_overlay , " objectName " : " StatusEmojiPopup_searchBox " , " type " : " TextEdit " , " visible " : True }
mainWindow_ScrollView = { " container " : statusDesktop_mainWindow , " type " : " StatusScrollView " , " unnamed " : 1 , " visible " : True }
mainWindow_ScrollView_2 = { " container " : statusDesktop_mainWindow , " occurrence " : 2 , " type " : " StatusScrollView " , " unnamed " : 1 , " visible " : True }
2022-08-12 13:19:16 +00:00
mainWindow_ProfileNavBarButton = { " container " : statusDesktop_mainWindow , " objectName " : " statusProfileNavBarTabButton " , " type " : " StatusNavBarTabButton " , " visible " : True }
2022-08-18 07:38:47 +00:00
settings_navbar_settings_icon_StatusIcon = { " container " : mainWindow_navBarListView_ListView , " objectName " : " settings-icon " , " type " : " StatusIcon " , " visible " : True }
# User Status Profile Menu
userContextMenu_ViewMyProfile_Action = { " container " : statusDesktop_mainWindow_overlay , " objectName " : " userStatusViewMyProfileAction " , " type " : " StatusMenuItemDelegate " , " visible " : True }
2022-08-19 15:23:09 +00:00
# popups
2022-08-11 19:16:59 +00:00
modal_Close_Button = { " container " : statusDesktop_mainWindow_overlay , " objectName " : " modalCloseButtonRectangle " , " type " : " Rectangle " , " visible " : True }
2022-08-19 15:23:09 +00:00
# Main Window - chat related:
mainWindow_public_chat_icon_StatusIcon = { " container " : statusDesktop_mainWindow , " objectName " : " public-chat-icon " , " source " : " qrc:/StatusQ/src/assets/img/icons/public-chat.svg " , " type " : " StatusIcon " , " visible " : True }
chatList_Repeater = { " container " : statusDesktop_mainWindow , " objectName " : " chatListItems " , " type " : " Repeater " }
mainWindow_startChat = { " checkable " : True , " container " : statusDesktop_mainWindow , " objectName " : " startChatButton " , " type " : " StatusIconTabButton " }
join_public_chat_StatusMenuItemDelegate = { " checkable " : False , " container " : statusDesktop_mainWindow_overlay , " enabled " : True , " text " : " Join public chat " , " type " : " StatusMenuItemDelegate " , " unnamed " : 1 , " visible " : True }