@pakyum · Post #582 · 14.07.2022 г., 03:01
世界人口已超过80亿人 —— 根据 CountryMeters 的数据,不久前有 8,000,000,001 人出生。 此外,在网站上您还可以看到关于男女人口比例的有趣统计数据,以及个别国家或大陆的数据:死亡率、生育率等。 #population
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #381 · 23 окт.
Установить свойства виджета в PySide можно не только через соответствующие методы и конструктор класса. Можно их изменять с помощью метода setProperty по имени. btn = QPushButton("Click Me") btn.setProperty("flat", True) Это аналогично вызову btn.setFlat(True) Если указать несуществующее свойство, то оно просто создается btn.setProperty("btnType", "super") Получить его значение можно методом .property(name) btn_type = btn.property("btnType") Когда это может быть полезно? ▫️Можно просто хранить какие то данные в виджете и потом их доставать обратно widget = QWidget() widget.setProperty('my_data', 123) print(widget.property('my_data')) ▫️ Назначая эти свойства разным виджетам можно потом отличить виджеты во время итераци по ним. Например, найти все кнопки со свойством my_data="superbtn". Но ведь вместо кастомного свойства можно использовать objectName, будет тот же результат. Да, но y ObjectName есть ограничение - только строки. ▫️ Если нам потребуется не просто поиск а, например, сортировка по числу, то свойства позволяют нам это сделать. Поддерживается любой тип данных widget.setProperty('my_data', {'Key': 'value'}) widget.setProperty('order', 1) all_widgets.sort(key=w: w.property('order')) Но ведь Python позволяет всё вышеперечисленное сделать простым созданием атрибута у объекта widget.order = 1 widget.my_data = 123 Да, но я думаю что не надо объяснять почему не стоит так делать. К тому же, если у виджета нет свойства то метод .property(name) вернет None, а отсутствующий атрибут выбросит исключение. ▫️ Действительно полезное применение кастомным свойствам - контроль стилей. Здесь атрибутами не обойтись, нужны именно свойства. Дело в том, что в селекторах стилей можно указывать конкретные свойства виджетов на которые следует назначать стиль. Просто запустите этот код from PySide2.QtWidgets import * if __name__ == "__main__": app = QApplication([]) widget = QWidget(minimumWidth=300) layout = QVBoxLayout(widget) btn1 = QPushButton("Action 1") btn2 = QPushButton("Action 2") btn3 = QPushButton("Action 3", flat=True) layout.addWidget(btn1) layout.addWidget(btn2) layout.addWidget(btn3) # добавим кастомное свойство одной кнопке btn1.setProperty("btnType", "super") # добавляем стили widget.setStyleSheet( """ QPushButton[btnType="super"] { background-color: yellow; color: red; } QPushButton[flat="true"] { color: yellow; } """ ) widget.show() app.exec_() С помощью селектора мы избирательно назначили стили на конкретные кнопки. Как получить список всех кастомный свойств? Функция получения списка кастомных свойств отличается от получения дефолтных. def print_widget_dyn_properties(widget): for prop_name in widget.dynamicPropertyNames(): property_name = prop_name.data().decode() property_value = widget.property(property_name) print(f"{property_name}: {property_value}") #tricks#qt
Пребарај: #population
@pakyum · Post #582 · 14.07.2022 г., 03:01
世界人口已超过80亿人 —— 根据 CountryMeters 的数据,不久前有 8,000,000,001 人出生。 此外,在网站上您还可以看到关于男女人口比例的有趣统计数据,以及个别国家或大陆的数据:死亡率、生育率等。 #population
Hashtags
@kamissokosekou3 · Post #36806 · 28.04.2026 г., 21:32
🇨🇳 La population chinoise pourrait chuter d’environ 60 millions de personnes au cours de la prochaine décennie, soit l’équivalent de la population de la France (68,5 millions d’habitants), rapporte le South China Morning Post, citant une étude de Rhodium Group. La principale cause est l’effondrement de la natalité: seulement 7,92 millions de bébés sont nés en 2025, soit 17% de moins qu’en 2024. La population chinoise se réduit désormais pour la quatrième année consécutive, sous l’effet conjugué de la hausse du coût de la vie et de l’évolution des mentalités. #chine#population#diminution
Hashtags
@yepuz · Post #11303 · 28.08.2025 г., 07:09
According to the State Statistics Committee, as of August 28, 2025, Uzbekistan’s permanent population reached 38 million people. https://yep.uz/en/2025/08/uzbekistan-population-38-million/ #Uzbekistan#population#statistics
@amazingeo · Post #629 · 13.02.2026 г., 12:31
🌍 Over the past decade, climate events like droughts and storms have pushed millions to migrate within their own countries, making internal migration now greater than cross-border movement worldwide. ✨ #migration⚡#climate⚡#population⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels
@amazingeo · Post #646 · 24.02.2026 г., 20:31
🌍 The average human today is more likely to live in a city than in the countryside—over 56% of the world’s population is now urban, a dramatic shift from just a few generations ago. ✨ #population⚡#urbanization⚡#cities⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels
@amazingeo · Post #13 · 09.08.2025 г., 16:27
🌍 Over half of the world’s population now lives in cities, a dramatic shift from 1950 when only about 30% lived in urban areas. Urbanization is rapidly transforming our planet. ✨ #population⚡#urbanization⚡#cities⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍
@amazingeo · Post #15 · 10.08.2025 г., 00:12
🌍 In 1800, fewer than 1 billion people lived on Earth. Today, the world population has soared past 8 billion, with more than half living in urban areas like cities and large towns. ✨ #population⚡#urbanization⚡#demographics⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍
@amazingeo · Post #225 · 12.09.2025 г., 20:12
🌍 In 2022, Nigeria’s largest city, Lagos, became one of only two megacities in Africa to surpass 20 million residents, helping drive Africa’s rapid urban population growth. ✨ #population⚡#urbanization⚡#Africa⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍
@amazingeo · Post #21 · 10.08.2025 г., 10:45
🌍 The line of latitude called the Equator divides Earth into two equal halves, but only about 20% of the world’s population lives south of it—most people live north of the Equator. ✨ #coordinates⚡#equator⚡#population⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍
@amazingeo · Post #527 · 21.12.2025 г., 12:31
🌍 Monaco’s entire population could fit in a large cruise ship, while Tokyo’s metro area holds more people than all of Australia. Such extremes show the incredible variety in world population sizes. ✨ #population⚡#density⚡#cities⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels
@amazingeo · Post #672 · 25.03.2026 г., 20:31
🌍 The world’s biggest human migration still happens every year in China, as hundreds of millions travel during Lunar New Year— the largest annual movement of people on Earth. ✨ #migration⚡#population⚡#movement⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels
@amazingeo · Post #344 · 07.10.2025 г., 18:31
🌍 More than 1 in 3 people alive today live in just two countries—China and India. Together, their populations make up over 2.7 billion people, shaping trends in language, culture, and the global economy. ✨ #population⚡#demographics⚡#Asia⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels