Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QUiLoader in Embedded Linux

QUiLoader in Embedded Linux

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 2.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Weilly
    wrote on last edited by
    #1

    Dear Sir,

    I make a custom widget plugin and use it in Designer. Also I use QUiLoader to recreate it in Qt Desktop Linux under Ubuntu. All of them work perfect. However, now I want to use QUiLoader to recreate it in Embedded Qt. I always get the following message:
    "QFormBuilder was unable to create a custom widget of the class 'MyButton' ; defaulting to base class 'QWidget'.

    I am sure that I put my plugin(xxx.so) under the directory where pluginPaths() shows. I use availableWidgets() to confirm "MyButton". And it doen't exist. Is there anything I can check and adjust?

    P.S.

    1. My Qt version is v4.7.2
    2. I build uitools to my Embedded Qt with static by myself
    1 Reply Last reply
    0
    • W Offline
      W Offline
      Weilly
      wrote on last edited by
      #2

      I have solved this problem when I using shared library.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved