Skip to content

Qt.io webservices

Talk about the Qt.io web services. Found a bug on any of the services? Missing a feature? Post here!

1.3k Topics 8.8k Posts
  • 0 Votes
    7 Posts
    2k Views
    M

    Hi,

    regarding the issue to open link in a different tab there's a setting in the profile managment page to enable it

  • 0 Votes
    2 Posts
    662 Views
    tekojoT

    @JakobSchou mailed you about this.

  • how to read my past pos

    6
    0 Votes
    6 Posts
    2k Views
    tekojoT

    @koahnig open source... no deadlines. I'm following the bug tracker every day now. Based on that it is this month or maybe next.

  • 0 Votes
    3 Posts
    1k Views
    A

    @Wieland Thanks. I'll try that.

  • 0 Votes
    3 Posts
    2k Views
    musimbateM

    Good to know :-) , May be it has been spotted already ,but some posts come in duplicates .For example @Al_ 's post in this thread.

  • Dedicated button for code blocks

    7
    6 Votes
    7 Posts
    2k Views
    musimbateM

    I have had a lot of trouble formatting code on these new forums too.I think in the code formatting regard you can do as it was in the old forums.The users clicks on the code button and the tags are thrown in place.I have to mention that I like the new real time capabilities incorporated in the new forums.Good job anyone involved.

  • 0 Votes
    8 Posts
    2k Views
    T3STYT

    Just a small suggestion, probably it would be easy enough to implement... could you make the forum automatically replace three apostrophes with 3 grave accent chars? I guess it would be easier than making the thread parser recognize new markups..? just my 0.02€ :)

    Thank you again and if you'll eventually implement it just let me (us) know so we can use the new feature ;)

  • 0 Votes
    5 Posts
    2k Views
    tekojoT

    Yes, we do have the analytics on where they go, the getting started guide is the top thing, then latest release info (5.5 lately) and then info on QtCreator.

    Based on that we should have a direct link to QtCreator help.

  • 0 Votes
    11 Posts
    3k Views
    tekojoT

    @koahnig thanks, closed those as requested.

  • Accounts

    11
    0 Votes
    11 Posts
    3k Views
    tekojoT

    @jeremy_k good to hear :)

  • 1 Votes
    9 Posts
    3k Views
    tekojoT

    @koahnig @Chris-Kawa @swegmann
    We switched on a more sensible connection handling system about 8 hours ago.

    If you still see these events, please tell here immediately (because we really hope this would fix a lot of the problems we have seen).

  • 0 Votes
    6 Posts
    1k Views
    tekojoT

    @koahnig said:

    @Wieland
    I wondered also already. Did you see some notification that I posted something recently?
    On Thursday (I think) I had started a post. A trigger for new posts would be the most logical thing.

    That is what it should do. (apparently in the next version)

  • 4 Votes
    6 Posts
    2k Views
    ?

    @tekojo Yes, it works. Awesome! :-))

  • [SOLVED] How to mark topic as solved?

    3
    0 Votes
    3 Posts
    927 Views
    sierdzioS

    Indeed, temporarily the solution is to prepent [Solved] by hand. The forum software will automatically detect that and add the "Solved" tag.

  • API Search tool not working

    12
    1 Votes
    12 Posts
    2k Views
    SGaistS

    Done here

  • [Solved] Mark thread as solved

    12
    0 Votes
    12 Posts
    4k Views
    tekojoT

    @Wieland said:

    @mcallegari79 Don't know the exact number for the new forum; was quite high on the old one ^_^ I think things will improve over the next weeks as the community manager and front end developer are aware of this and some other issues and working on them.

    Our front end developer will be back from paternity leave very soon. Until then we'll live with small tweaks.

  • Real quick forum things.

    6
    3 Votes
    6 Posts
    2k Views
    tekojoT

    @JKSH said:

    @tekojo said:

    @JKSH said:

    Is it possible to mark a specific post (or even multiple posts) as the solution to a thread?

    I don't see that option. But by voting on answers, you get the desired effect.

    I'm not sure about that. In a long thread, there's no easy way to find the post with the highest number of votes. The discussion might continue for many posts, after a "solution" is found.

    There's the "sort by" option right below the OP. Just select the most votes option there.

    It would be nice if there's a way to highlight a particular post (e.g. a tick symbol like StackOverflow, or a coloured background for the post). This forum applies a coloured background, and shows a copy of the answer at the top of the page: https://lavag.org/topic/18798-suggestions-for-improving-2d-array-access-speed/

    That probably is doable as a plugin. As our time is limited, we need a thread on the website category with ideas for implementation. There we can pick up what is most needed.
    At this time adding a 'solved' tag for the OP is the most pressing need.

  • 1 Votes
    4 Posts
    851 Views
    ?

    Please make this the default.

  • 0 Votes
    3 Posts
    2k Views
    T3STYT

    I forgot to mark it solved before, sorry for that. I marked it now ;)

    Anyway, yes. My new username should've been T3STY_1 (since it said T3STY was already taken i had to pick another one). But right after I posted I noticed my username became T3STY (the username I had in my <old> account) and the old account was merged into the new account. That's just great!

  • [SOLVED]Syntax highlighting

    3
    1 Votes
    3 Posts
    1k Views
    tekojoT

    Looks like the only reliable way is to use the triple backtick with the language:

    ```cpp

    QString variable; someOtherVariable = variable; QFile file("stuff"); if(file.open(QFile::ReadOnly) { /* ... */ } widget -> setStylesheet("color: red"); widget . setStylesheet("color: red"); widget -> setStylesheet("QWidget { color: red; }"); QString variable; someOtherVariable = variable; QFile file("stuff"); if(file.open(QFile::ReadOnly) { /* ... */ } widget -> setStylesheet("color: red"); widget . setStylesheet("color: red"); widget -> setStylesheet("QWidget { color: red; }");