Top "Size" questions

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc.

Qt Increase QTabWidget's QTabBar size

I need to make the tabs that I have oriented at the bottom of my QTabWidget larger. We'll be using …

qt size qwidget qtabbar
Specify/Set width and height on a react-boostrap modal

How can I apply a dynamic width and height to a react-bootstrap modal window? I have checked the react-bootstrap docs …

size jsx react-bootstrap
WPF/Silverlight XAML Stretch Text Size to Fit container?

I've just started to play with WPF. Is it possible to have the size of the text of a Label …

wpf silverlight text size
Reducing PDF file size using Ghostscript on Linux didn't work

I have about 50-60 pdf files (images) that are 1.5MB large each. Now I don't want to have such large …

pdf size resolution ghostscript image-resizing
Which icon sizes to use with a JFrame's setIconImages() method?

Does anyone know which icon sizes to use with the setIconImages() (PLURAL) method for a jFrame so that my app …

java icons size jframe frame
What is the best way to stop a user from resizing the top-level window of an application written in WPF?

What is the best way to stop a user from resizing the top-level window of an application written in WPF?

wpf resize size
Is there a limit to the MSMQ queue size?

I know about the size limit for the message (4MB), but is there a limit to the queue size? Best …

size queue limit msmq
Selecting the size of a System.Drawing.Icon?

I have a icon which has a few different sizes (16px, 32px, 64px). I am calling ToBitmap() on it, but …

c# icons size system.drawing
Change label size of Cluster Dendrogram in R 3.01

Has anybody found a workaround to the apparent bug in R 3 which prohibits changing the label size on a Cluster …

r size label hclust
get packet size in scapy / python

In Scapy (or even just Python, for that sake), how do I get the size in bytes of a given …

python size packet scapy