Questions tagged [custom-widgets]

131 questions
0
votes
1 answer

Table with different amount of rows and columns(diff. width) (Qt5, QGridLayout)

I want create a Table based on QGridLayout that consist my custom widgets with different amount of columns in each row, for example: http://urls.by/tbl How i can do it? When i change widgets width in first row, another rows also change width.
0
votes
2 answers

Addressability of dojo widget inside of a custom widget

I think I'm missing something obvious here in Dojo 1.8 w.r.t. writing custom widgets. I have a simple widget that includes, among other things, a currencyTextBox. At runtime, I would like to be able to change the currency of that widget to USD…
0
votes
3 answers

Custom widget integration

I've created a view that I want to use like a custom widget to draw on in my layout. But on the start I have this error I can go over it. So please help! this is my main layout
Darko Petkovski
  • 3,892
  • 13
  • 53
  • 117
0
votes
1 answer

creating Custom Widget using QtDesigner PyQt4

Can anyone please suggest me best practice to create a Custom widget using PyQt4 ? I want to see how to approach adding Qpushbutton or QCheckboxGroup inside the cells of QTable Widgets that will be added on user clicking add new row to QTable at…
Ciasto piekarz
  • 7,853
  • 18
  • 101
  • 197
0
votes
2 answers

Custom Wordpress Widget - 3 Text Fields

I've found a tutorial http://www.makeuseof.com/tag/how-to-create-wordpress-widgets/ that shows how to create a basic WP Widget with a title field. Can anyone help me add two more fields to the Widget so I can collect: Title Content A Link I think…
dvent
  • 105
  • 1
  • 6
  • 17
0
votes
2 answers

Custom widgets (buttons, boxes, etc) for android

What are the possibilities to develop android apps with custom styled widgets (by widgets I mean gui elements like buttons, boxes, menus). I want to develop android apps which don't use the standard look and feel of android. What are the widget…
paweloque
  • 18,466
  • 26
  • 80
  • 136
-1
votes
1 answer

QT custom widget hover

i made custom widget with two labels inside. First one is for showing chosen color and second one is just for displaing text. I want to make hover effect. I tried different approaches but all of them ends with the same result. Hover works but only…
Tojmak
  • 155
  • 1
  • 7
-1
votes
1 answer

How Do I create a related data field to relate to another age in a Sitefinity Custom Widget?

I am creating custom widgets and custom designer views in sitefinity. How do a create a field, so the user can selected related data of type page? I am using mvc and the latest version of Sitefinity.
Danny
  • 77
  • 1
  • 8
-1
votes
1 answer

Wordpress custom text widget html support

I have a custom text widget but I cant write html code in it. Is there any way to add html support to custom widget? Note: I know there is Wordpress Text Widget but I have to use this custom widget. Here is my code:…
fatihsolhan
  • 565
  • 5
  • 19
-1
votes
1 answer

How can I add a custom coded side bar to my wordpress page?

I have a wordpress site , I would like to add a sidebar I created to my page on the right side of my content. I want it to appear on the top right side of my wordpress content and position exactly where my content starts. I want it to appear as if I…
-1
votes
1 answer

Wordpress: How to Create widget area in Admin Panel

I want to create a new placeholder / area for widgets in Wordpress admin panel. Please have a look in screenshot i provided below for better understanding. As you see there are total 3 place holders for widgets. I want to add more custom…
Ayyaz Zafar
  • 2,015
  • 5
  • 26
  • 40
1 2 3
8
9