icons Questions
6
Solved
I have been able to change the runtime icon using this example like this
getFrame().setIconImage(Toolkit.getDefaultToolkit().getImage(getClass()
.getClassLoader().getResource("MyProject/resources/...
5
I use FilePathDialog.SelectedPath get folder's path
I also know icon's path
but i don't know how to set that folder's icon
3
Solved
I have set the icon for my PyQt application using self.setWindowIcon(QtGui.QIcon('icon.png')) and it works fine when I run my code in PyCharm.
Next I converted my application to one file with PyIns...
Abm asked 19/5, 2016 at 11:14
7
I made a "down arrow" in illustrator and saved it as a png with a transparent background. When I put it into my webpage as an img, it shows up in the original color, which is okay.
I'm trying to d...
3
Is there any way now to specify that an SVG icon in "manifest.json" for a PWA should be used for all possible sizes? (Chrome/chromium is my main target now. Firefox will hopefully follow....
Basal asked 10/7, 2020 at 0:11
9
I am making a custom icon to use in flutter application. When i upload my svg to customicon website it shows me error of convert to compound path manually If image looks not as expected please conv...
12
I am building Semantic UI with Gulp using this guide
However, the problem is now that the icons are not showing. So if I use
<i class="facebook icon"></i>, nothing shows up.
I guess ...
Syncarpous asked 21/3, 2017 at 9:37
8
Solved
So when I'm using an Icon in Ant Design it is always 14 * 14 px.
Is there a way to set the size maually?
Things like
<Icon width={"20px"} type="setting" />
or
<Icon st...
Seraph asked 31/1, 2019 at 9:8
6
Solved
I know how to use images in iOS application. But I don't know how to use default images like share or bookmark icons which are mention in developer site.
I want to use them. Do I need to download ...
2
Solved
I have the following composable.
@Composable
fun Temp() {
Row(
modifier = Modifier
.background(Color.Red)
.height(IntrinsicSize.Min)
.fillMaxWidth()
) {
Text(text = "Hello", fontSi...
Thirtyeight asked 29/5, 2022 at 14:19
2
Solved
I'm trying to display tick (✅) and cross (❌) icons using Flutter. I have this code:
child: SlideAction(
sliderButtonIconPadding: 8,
text: Slidewords,
textStyle: TextStyle(
fontWeight: FontWeigh...
3
Solved
I run Android Studio 3.2.1 with all updates. I generate all icons from an SVG master artwork, so resolution is not an issue.
All icons get generated and stored into \res\mipmap as the previews have...
Vientiane asked 12/12, 2018 at 19:57
5
Solved
I want to center the camera icon but i couldnt do it. I tried to use an image instead of an icon but this still didnt work. I think it doesnt work because it is not possible to place an icon on a ...
4
I have implemented 3 Chip within a ChipGroup in my application successfully, but I am having trouble making an icon at the left appear.
<android.support.design.chip.ChipGroup
android:id="@+id/...
Corelative asked 10/7, 2018 at 15:6
6
Solved
I have a program with a Tkinter window and I want to set an icon for the window. I use this code:window.iconbitmap(os.path.dirname(os.path.abspath(__file__))+"/icon.png") but the followin...
15
Solved
I have implemented Bottom Navigation View from Design Support Library 25 in my project. I have 5 icons in the view. whenever an icon is selected it's having some animation. But when 3 or fewer icon...
Satiable asked 14/1, 2017 at 11:34
6
Solved
Does anybody know a way to embed an icon in a Python script such that when I create my standalone executable (using pyinstaller) I don't need to include the .ico file? I know this is possible with ...
Areopagite asked 29/3, 2012 at 16:27
25
Solved
How could I style the color, size and shadow of icons from FontAwesome's Icons?
For example, FontAwesome's site will show some icons in white and some in red but won't show the CSS for how to style...
Monosepalous asked 4/9, 2012 at 22:44
11
I'm sort of surprised that this doesn't exist given the sheer number of arrow-like symbols in Unicode. Have I missed something? Or is there a character that looks similar to a fullscreen icon?
9
Solved
I am trying to set an application icon (python3 / tkinter) like this:
Interface()
root.title("Quicklist Editor")
root.iconbitmap('@/home/jacob/.icons/qle_icon.ico')
root.resizable(0, 0)
root.mainl...
Recur asked 24/6, 2012 at 10:18
3
Solved
I just changed the icon for my app to a newer one and now whenever i try to build and run the app i get the following error:
Project\build\app\intermediates\manifests\full\debug\AndroidManifest.x...
5
I am trying to optimize my webpage with google lighthouse.
The report says to use rel=preloads on links that import Material Design Icons.
I have tried to preload them using syntax.
<link r...
4
Solved
can any one tell me that how can i rotate a font awesome icon 180 degree. Actually i want to use a truck icon which is directed to right side but i found it left side rotated.
For ex:- <i class...
Thermogenesis asked 21/4, 2018 at 7:50
7
Solved
I am making a react app. But in the title bar, it is showing 'React App' with React logo. I want to change it to my website name and logo, and how can I do that ?
18
Solved
how to have a button with text and icon for the flutter?
I wanted to have a button which looks like icon with a text that is able to put at the bottom of the screen
For example, the icon is like ...
© 2022 - 2024 — McMap. All rights reserved.