icons

can i use gravatar generated icons for commercial websites for free?

Hello all, can i use gravatar generated icons for commercial websites for free? is it no fees? i am building webforum, and dont want after couple months/years to get issue from court. thanks and take care, Ragims ...

Qt: How to layout records in a grid? QListView or QGridLayout?

Still learning the fundamental concepts... I want to layout items that come from a database in a grid. Each item will have a custom view with a preview picture, attributes and controls. The grid can change size, i.e. 3, 4, 5 columns (large-small previews). Is this best done by adding (looping through the table) custom widgets to a grid...

Is there a collection of consistent and nice document icons (e.g. HTML, ZIP, PDF)?

I am looking for a collection of consistent, nice looking, system neutral document icons. For example, if you check the entry of PDF file format or the ZIP file format in wikipedia you find at right side a document icon for the respective file. However, these icons are neither free nor have a consistent design. Systems like OS X, Windows...

Does icons inside font good for site?

Hello! I wanna create special font containing only icons. and for each letter will be diffirent icon. I want to embed this font in css. and use like this if i need some icon: <a class="icon">f</a> and css <link href='http://fonts.mysite.com/css?family=MyFontWithIcons' rel='stylesheet' type='text/css'> which contains: @media scree...

Tooltips not showing up on Ubuntu using PyQt4

I'm getting started with PyQt4 and tested the following code... import sys from PyQt4 import QtGui from PyQt4 import QtCore class Tooltip(QtGui.QWidget): def __init__(self, parent=None): QtGui.QWidget.__init__(self, parent) self.setGeometry(300, 300, 250, 150) self.setWindowTitle('Tooltip') self.s...

jquery ui dialog title bar icon

How do you add an icon (floated to the left on the title bar, like windows in Windows) to a jQuery UI Dialog? ...

Where can I find Apple's standard source list / sidebar icons?

I'm writing an app for OS X (in REALbasic, not Objective-C). I have implemented a source list (i.e. the sidebar in iTunes) in this app. Where on my system can I find the "standard" icons used on a sidebar, i.e: things like the "eject" and "battery" icon seen in iTunes when your iPod is plugged in. I've checked the iTunes package conten...

google maps api v3 - custom multi-colored icons

It seems like I have to assign an hosted image url to MarkerImage object to create custom-icons. Is there a way to allow the user to pick a color to fill in this image? ...

PHP GD icon output

Is it possible to have the PHP GD library output a .ico file? Is there a function similar to imagepng? ...

Icons in TabControl C# - How?

I can't seem to find an answer for this anywhere. An icon before the label on the default tabcontrol tabs would suffice for my needs. Thanks in advance. Q: You need to clarify what library set you're using: Winforms, WPF, ASP.Net, GTK#, etc. – Nathan Ernst A: You are totally right, my mistake. I'm using Winforms. I switched back from ...

Where can I find free icons for numbers 1-20

I want an icon set containing numbers from 1 to 20. Background should be white.On the top left corner number should be drawn. Can I download free from a website. ...

iPhone 4 Tab Bar Icons

I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines of 96 x 64 for high resolution icons, but when I do this, my icon looks like it is being scaled many times in the tab bar icon area and only part of the icon appears. If I set the icon size to 30 x 30...

How can I find my application's icon?

I am trying to load the icon associated with the application that called my function. The way I am solving the problem for GUI applications is this: AfxGetApp()->LoadIcon(128); // 128 is the IDR_MAINFRAME icon However, the Afx functions, upon looking up the resource, fail for some non-gui applications, since afxCurrentResourceHandl...

Win7 quick launch bar icon size

Hey! I'm using Windows 7 with the good old quick launch bar. Since I'm usually working on a big screen with a lot of open windows my taskbar is two rows high which works well for open windows in general. The only problem is that the symbols in the quick launch bar are shown in one row wasting a lot of space underneath even though it ...

icon distribution packaging

i need you help guys. I have designed numerouse icons. I need to package them for sale into these categories Normal, Hot, Disabled, Gray and these size 16x16, 32x32, 48x48, 128x128, 256x256. Do you know any software that can do this automatically for me, or do i have to develop my own. Am average programmer in vb.net. But not an expe...

Specify an icon for app with Visual Studio

I am have some trouble specifying a custom icon in my WPF applicaion. I went to Properties/Application and down in resource I pointed towards where the icon is stored (Resources/MyIcon.ico). However when I run the app I get the default icon. Has anyone else seen similar problems? ...

Does Android encourage reusing their Menu-Icons? Where to get them all?

They do not write anything about licenses at http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#menuapx (Menu Icons) I guess they want to have standard icons look the same in all apps, so users dont get confused. Right? Now I would love to use the Menu-Icon "see map" (a folded map) from the Google Places App. W...

iphone app icons - low & hi res

Hi, how can i provide both, a high and low resolution version of my iphone app icon ? do i "need" to provide 2 versions, or takes apple care of downsampling my high resolution icon ? thanks ...

AnkhSVN for Subversion does not show Source-Code-Control related icons

We moved our projects (SQL Server and .Net) from Visual-Source-Safe to SubVersion. We have installed Tortoise SVN and AnkhSVN clients on the location machine. When I lock a file, the icon in Windows Explorer changes, but there is no indication in Visual Studio of any lock. Visual-Studio Windows Explorer How do I fix this? ...

swing: creating "record" and "stop" buttons

I see that there is a JButton constructor which takes an Icon as a parameter... but how do I get an Icon from a bitmap file? Also, are there "record" and "stop" Icons available from the default look and feel? or do I have to provide them myself? ...