[00:16] after a week of fun UT dev, I now have to do some Android dev :/ [00:16] oh the verbosity. [05:41] hi guys.! how can I put a image of background in mainwindow.ui ?? [05:43] X_O, good question [05:43] X_O, this is with qt I presume? [05:43] Based on Qt 5.3.0 (GCC 4.9.1, 64 bit) [05:44] X_O, yep. Curious though why are you not using qml? [05:44] what is this app for? [05:45] I'm not expert I'm hobbiest [05:45] yep :) [05:45] whats the app for by the way? [05:45] The reason I ask is because I used to develop in qt with the intention of using it for the phone, until I realized the phone runs qml apps [05:47] is for app for my comp [05:47] X_O, mmmm okay [05:47] X_O, let me see if I can remember how to do it in designer [05:47] thx === X_O is now known as X_o [06:14] X_o, ping [06:14] I hate pms [06:14] pong [06:14] :D [06:14] ;) [06:15] okay rightclick your parent folder in qtcreator, and click "Add New.." > "Qt" > "Qt Resource File" [06:16] this will add a .qrc file that you can add things like images in [06:16] its best to use this very seldom. [06:17] don't fill it with more than 2 megabytes of data. [06:17] then after that, rightclick your parent folder again, and click "Add existing files..." and navigate to the image you want as the background [06:18] after that, go into the designer, and find the "Stylesheet" property of the QWidget [06:19] type "background-repeat: repeat-xy; background-image: " [06:19] and after image:, click "add resource" [06:20] let me know if that worked [06:26] can qt support *.png pic ? [06:26] think so [06:27] mine was jpg. [06:27] ../BBB_p_Proj... libpng error: Not a PNG file libpng error: Not a PNG file libpng error: Not a PNG file libpng error: Not a PNG file libpng error: Not a PNG file libpng error: Not a PNG file libpng error: Not a PNG file [06:29] try jpeg [06:29] convert it with gimp [06:32] now is working [06:32] good :) [06:32] qt do not support *.png files :( [06:32] thx [06:32] X_o, trust me btw; go through the book tutorial; it will save you so much time in the future [06:33] c++ is a complex language [06:33] I want to learn like a guru qt I love it but I'm a baby now :( [06:47] every button I drop in the desing have the picture as a background [06:48] You have learn how to do style sheets. [06:49] in qml this is much easier === rigved is now known as Guest27841 === chihchun is now known as chihchun_afk [20:36] hello guys, quick question, why you just stop provide an ogre-samples package? [23:46] I'm trying to figure out how to set up for testing [23:46] specifically, I want it to go away between test runs, isn't there an easy way to do that?