Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Special Interest Groups
    3. Qt Medical
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • B

      Unsolved BLE Authorization Control Service support
      • beku

      4
      0
      Votes
      4
      Posts
      233
      Views

      B

      My own investigation showed that the QtConnectivity library isn't providing the necessary API to implement this service. Specifically, I missed two key functionality: returning specific error codes to client read/write requests, and having support for control point characteristics.

      We ended up writing our own BLE GATT library that interacts with BlueZ directly over D-Bus instead. The BlueZ D-Bus API offers everything needed for ACS, but I did find one critical bug in BlueZ's implementation that affects this functionality:
      https://github.com/bluez/bluez/issues/460

      We have the Qt BLE framework implemented, but ACS itself is planned at a later stage.

    • L

      Unsolved My application throws an OpenGL error after using sometime.
      • lakshmanGiri

      2
      0
      Votes
      2
      Posts
      361
      Views

      GPBeta

      Same issue here, are you using Qt 3D with Intel Integrated Graphics?

    • A

      Unsolved Any developers in "contactless blood analysis "?
      • AnneRanch

      1
      0
      Votes
      1
      Posts
      232
      Views

      No one has replied

    • S

      Unsolved Example for drawing dynamic wave effectively
      • Simon.Chen.VIP

      1
      0
      Votes
      1
      Posts
      347
      Views

      No one has replied

    • J

      Unsolved Viability of QT for pharma setting
      • jpwriter

      2
      0
      Votes
      2
      Posts
      442
      Views

      SGaist

      Hi and welcome to devnet,

      You can find more information about that subject here.

    • D

      Unsolved QCharts QDateTimeAxis setRange() is not working as expected.
      • deleted157

      4
      0
      Votes
      4
      Posts
      618
      Views

      M

      For the chart did you call addAxis() and add the x axis to the chart? Also did you do the same thing with the line series calling attachAxis?

    • D

      Unsolved Open Source viewer for genetics variation
      bioinformatics genomics python3 pyside2 • • dridk2

      4
      4
      Votes
      4
      Posts
      621
      Views

      CKurdu

      Hi @dridk2 ,
      I wish to help you with this project.

    • vikas mishra

      Unsolved cross compilation error
      • vikas mishra

      2
      0
      Votes
      2
      Posts
      623
      Views

      K

      From the compile output, it looks like your target doesn't have libiw-dev installed (ld error: cannot find -liw).

      On the target device, try

      apt-get install libiw-dev

      if you haven't figured this out yet.

      You could also use the cross-compiler to build libiw from scratch and install into the target architecture area.

    • R

      Welcome to the new Qt.io forum for medical development!
      • Roger Mazzella- Sr. Product Mgr

      4
      3
      Votes
      4
      Posts
      1234
      Views

      S

      greetings,

      is it here only for devices or bio-informatics?

    • M

      Unsolved Jeder, der sich für dieses Teamprojekt interessiert
      • MUFC

      2
      1
      Votes
      2
      Posts
      894
      Views

      M

      Klingt interessant

    • V

      Unsolved Greetings to all I am Seeking for ECG Wave analyser software in QT Linux
      • vivekyuvan

      3
      0
      Votes
      3
      Posts
      1248
      Views

      T

      @vivekyuvan QWT has an example oscilloscope it would help you greatly. reference it.example