Skip to content
This repository was archived by the owner on May 1, 2018. It is now read-only.
This repository was archived by the owner on May 1, 2018. It is now read-only.

[TRACKING ISSUE] QT refuses to render widgets inside of scrollAreas #67

@MTRNord

Description

@MTRNord

Since the rework of the ScrollArea Initialisation both (room and message View) are empty. SOmetimes the Room Header is missing too or added very late.

Expected Behavior

We should see a room List and the messages of the current Room

Current Behavior

Both Views are empty

Possible Solution

Propably I have done something wrong in either adding the widgets to the scrollLayouts or adding the Layout to the ScrollArea

Steps to Reproduce

See the latest CI build

Context (Environment)

Tested on Windows 10 but propably affects other Systems too.

Comit Explenations

Used commit is: 0f41edb
Latest working commit (which has CI builds, missing avatars are "intended" as they are caused by a already fixed problem): 84ed854
First failing commit with CI builds: 9f0d082

What changed?

  1. It doesn't use QT/C Slots anymore but rather uses pure GO Code to add stuff.
  2. The Layout isn't the struct anymore but rather the non customized type which is provided by the Binding.
  3. Avatar updates got fixed but aren't really tested as I now miss the whole widget :)
  4. Some minor optimizations that shouldn't affect this in any way.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions